#6B4011

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

Shades of Raw Umber #6B4011

Tints of Raw Umber #6B4011

Color information

#6B4011 (or 0x6B4011) is unknown color: approx Raw Umber. HEX triplet: 6B, 40 and 11. RGB value is (107,64,17). Sum of RGB (Red+Green+Blue) = 107+64+17=188 (24% of max value = 765). Red value is 107 (42.19% from 255 or 56.91% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4011 is #94BFEE. Grayscale: #474747. Windows color (decimal): -9748463 or 1130603. OLE color: 1130603.

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

Color convert

RGB1076417-
CMYK00.400.840.58
HSL31.33º72.58%24.31%-
HSV(B)31.33º84.11%41.96%-
XYZ86.831.43-
YUV71.597.25153.32-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 56.91%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 17 (7.03% from 255) = 9.04%
R=56.91%
G=34.04%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107641700.400.840.5831.3372.5824.31
Hex6B4011028543A1f4918
Octal15310021050124723711130
Binary11010111000000100010101000101010011101011111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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