#6B4012

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

Shades of Raw Umber #6B4012

Tints of Raw Umber #6B4012

Color information

#6B4012 (or 0x6B4012) is unknown color: approx Raw Umber. HEX triplet: 6B, 40 and 12. RGB value is (107,64,18). Sum of RGB (Red+Green+Blue) = 107+64+18=189 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.61% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4012 is #94BFED. Grayscale: #474747. Windows color (decimal): -9748462 or 1196139. OLE color: 1196139.

HSL color Cylindrical-coordinate representation of color #6B4012: hue angle of 31.01º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B4012 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB1076418-
CMYK00.400.830.58
HSL31.01º71.2%24.51%-
HSV(B)31.01º83.18%41.96%-
XYZ8.016.841.47-
YUV71.6197.75153.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 56.61%
GREEN value IS 64 (25.39% from 255) = 33.86%
BLUE value IS 18 (7.42% from 255) = 9.52%
R=56.61%
G=33.86%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107641800.400.830.5831.0171.224.51
Hex6B4012028533A1f4719
Octal15310022050123723710731
Binary11010111000000100100101000101001111101011111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,64,18); }

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

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

 a { background-color: rgb(107,64,18); }

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

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

 span { border-color: rgb(107,64,18); }

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