#6F4412

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

Shades of Raw Umber #6F4412

Tints of Raw Umber #6F4412

Color information

#6F4412 (or 0x6F4412) is unknown color: approx Raw Umber. HEX triplet: 6F, 44 and 12. RGB value is (111,68,18). Sum of RGB (Red+Green+Blue) = 111+68+18=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4412 is #90BBED. Grayscale: #4B4B4B. Windows color (decimal): -9485294 or 1197167. OLE color: 1197167.

HSL color Cylindrical-coordinate representation of color #6F4412: hue angle of 32.26º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F4412 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB1116818-
CMYK00.390.840.56
HSL32.26º72.09%25.29%-
HSV(B)32.26º83.78%43.53%-
XYZ8.737.561.57-
YUV75.1695.75153.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.35%
GREEN value IS 68 (26.95% from 255) = 34.52%
BLUE value IS 18 (7.42% from 255) = 9.14%
R=56.35%
G=34.52%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111681800.390.840.5632.2672.0925.29
Hex6F44120275438204819
Octal15710422047124704011031
Binary110111110001001001001001111010100111000100000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,68,18); }

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

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

 a { background-color: rgb(111,68,18); }

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

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

 span { border-color: rgb(111,68,18); }

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