#6F4E1C

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

Shades of Raw Umber #6F4E1C

Tints of Raw Umber #6F4E1C

Color information

#6F4E1C (or 0x6F4E1C) is unknown color: approx Raw Umber. HEX triplet: 6F, 4E and 1C. RGB value is (111,78,28). Sum of RGB (Red+Green+Blue) = 111+78+28=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F4E1C is #90B1E3. Grayscale: #525252. Windows color (decimal): -9482724 or 1855087. OLE color: 1855087.

HSL color Cylindrical-coordinate representation of color #6F4E1C: hue angle of 36.14º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F4E1C is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB1117828-
CMYK00.300.750.56
HSL36.14º59.71%27.25%-
HSV(B)36.14º74.77%43.53%-
XYZ9.498.912.32-
YUV82.1797.43148.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.15%
GREEN value IS 78 (30.86% from 255) = 35.94%
BLUE value IS 28 (11.33% from 255) = 12.90%
R=51.15%
G=35.94%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111782800.300.750.5636.1459.7127.25
Hex6F4E1C01E4B38243c1b
Octal1571163403611370447433
Binary1101111100111011100011110100101111100010010011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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