#6F3C0D

Color #6F3C0D Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #6F3C0D

Tints of Raw Umber #6F3C0D

Color information

#6F3C0D (or 0x6F3C0D) is unknown color: approx Raw Umber. HEX triplet: 6F, 3C and 0D. RGB value is (111,60,13). Sum of RGB (Red+Green+Blue) = 111+60+13=184 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.33% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3C0D is #90C3F2. Grayscale: #464646. Windows color (decimal): -9487347 or 867439. OLE color: 867439.

HSL color Cylindrical-coordinate representation of color #6F3C0D: hue angle of 28.78º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F3C0D is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB1116013-
CMYK00.460.880.56
HSL28.78º79.03%24.31%-
HSV(B)28.78º88.29%43.53%-
XYZ8.246.641.23-
YUV69.8995.9157.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 60.33%
GREEN value IS 60 (23.83% from 255) = 32.61%
BLUE value IS 13 (5.47% from 255) = 7.07%
R=60.33%
G=32.61%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111601300.460.880.5628.7879.0324.31
Hex6F3CD02E58381d4f18
Octal1577415056130703511730
Binary110111111110011010101110101100011100011101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F3C0D; }

 p { color: rgb(111,60,13); }

 H1.HeaderClassName
 {
   color: #6F3C0D;
 }
 .AnyTagClassName
 {
   color: #6F3C0D;
 }
</style>
background-color css

<style>
 a { background-color: #6F3C0D; }

 a { background-color: rgb(111,60,13); }

 div.DivClassName
 {
   background-color: #6F3C0D;
 }
 .BgClassName
 {
   background-color: #6F3C0D;
 }
</style>
border-color css

<style>
 span { border-color: #6F3C0D; }

 span { border-color: rgb(111,60,13); }

 td.TdClassName
 {
   border-color: #6F3C0D;
 }
 .TagClassName
 {
   border-color: #6F3C0D;
 }
</style>