#6F400C

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

Shades of Raw Umber #6F400C

Tints of Raw Umber #6F400C

Color information

#6F400C (or 0x6F400C) is unknown color: approx Raw Umber. HEX triplet: 6F, 40 and 0C. RGB value is (111,64,12). Sum of RGB (Red+Green+Blue) = 111+64+12=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F400C is #90BFF3. Grayscale: #484848. Windows color (decimal): -9486324 or 802927. OLE color: 802927.

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

Color convert

RGB1116412-
CMYK00.420.890.56
HSL31.52º80.49%24.12%-
HSV(B)31.52º89.19%43.53%-
XYZ8.467.071.27-
YUV72.1294.07155.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.36%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 12 (5.08% from 255) = 6.42%
R=59.36%
G=34.22%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111641200.420.890.5631.5280.4924.12
Hex6F40C02A5938205018
Octal15710014052131704012030
Binary11011111000000110001010101011001111000100000101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,64,12); }

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

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

 a { background-color: rgb(111,64,12); }

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

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

 span { border-color: rgb(111,64,12); }

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