#6F4C15

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

Shades of Raw Umber #6F4C15

Tints of Raw Umber #6F4C15

Color information

#6F4C15 (or 0x6F4C15) is unknown color: approx Raw Umber. HEX triplet: 6F, 4C and 15. RGB value is (111,76,21). Sum of RGB (Red+Green+Blue) = 111+76+21=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4C15 is #90B3EA. Grayscale: #505050. Windows color (decimal): -9483243 or 1395823. OLE color: 1395823.

HSL color Cylindrical-coordinate representation of color #6F4C15: hue angle of 36.67º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F4C15 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB1117621-
CMYK00.320.810.56
HSL36.67º68.18%25.88%-
HSV(B)36.67º81.08%43.53%-
XYZ9.288.61.88-
YUV80.1994.6149.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.37%
GREEN value IS 76 (30.08% from 255) = 36.54%
BLUE value IS 21 (8.59% from 255) = 10.10%
R=53.37%
G=36.54%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111762100.320.810.5636.6768.1825.88
Hex6F4C15020513825441a
Octal15711425040121704510432
Binary110111110011001010101000001010001111000100101100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,76,21); }

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

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

 a { background-color: rgb(111,76,21); }

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

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

 span { border-color: rgb(111,76,21); }

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