#6b4311

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

Shades of Raw Umber #6B4311

Tints of Raw Umber #6B4311

Color information

#6B4311 (or 0x6B4311) is unknown color: approx Raw Umber. HEX triplet: 6B, 43 and 11. RGB value is (107,67,17). Sum of RGB (Red+Green+Blue) = 107+67+17=191 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.02% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4311 is #94BCEE. Grayscale: #494949. Windows color (decimal): -9747695 or 1131371. OLE color: 1131371.

HSL color Cylindrical-coordinate representation of color #6B4311: hue angle of 33.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 #6B4311 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB1076717-
CMYK00.370.840.58
HSL33.33º72.58%24.31%-
HSV(B)33.33º84.11%41.96%-
XYZ8.177.181.49-
YUV73.2696.25152.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 56.02%
GREEN value IS 67 (26.56% from 255) = 35.08%
BLUE value IS 17 (7.03% from 255) = 8.90%
R=56.02%
G=35.08%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107671700.370.840.5833.3372.5824.31
Hex6B4311025543A214918
Octal15310321045124724111130
Binary110101110000111000101001011010100111010100001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b4311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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