#6F4E15

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

Shades of Raw Umber #6F4E15

Tints of Raw Umber #6F4E15

Color information

#6F4E15 (or 0x6F4E15) is unknown color: approx Raw Umber. HEX triplet: 6F, 4E and 15. RGB value is (111,78,21). Sum of RGB (Red+Green+Blue) = 111+78+21=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F4E15 is #90B1EA. Grayscale: #515151. Windows color (decimal): -9482731 or 1396335. OLE color: 1396335.

HSL color Cylindrical-coordinate representation of color #6F4E15: hue angle of 38º 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 #6F4E15 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB1117821-
CMYK00.300.810.56
HSL38º68.18%25.88%-
HSV(B)38º81.08%43.53%-
XYZ9.428.881.93-
YUV81.3793.93149.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.86%
GREEN value IS 78 (30.86% from 255) = 37.14%
BLUE value IS 21 (8.59% from 255) = 10%
R=52.86%
G=37.14%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111782100.300.810.563868.1825.88
Hex6F4E1501E513826441a
Octal15711625036121704610432
Binary11011111001110101010111101010001111000100110100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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