#6B4312

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

Shades of Raw Umber #6B4312

Tints of Raw Umber #6B4312

Color information

#6B4312 (or 0x6B4312) is unknown color: approx Raw Umber. HEX triplet: 6B, 43 and 12. RGB value is (107,67,18). Sum of RGB (Red+Green+Blue) = 107+67+18=192 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.73% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4312 is #94BCED. Grayscale: #494949. Windows color (decimal): -9747694 or 1196907. OLE color: 1196907.

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

Color convert

RGB1076718-
CMYK00.370.830.58
HSL33.03º71.2%24.51%-
HSV(B)33.03º83.18%41.96%-
XYZ8.187.181.53-
YUV73.3796.75151.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 55.73%
GREEN value IS 67 (26.56% from 255) = 34.90%
BLUE value IS 18 (7.42% from 255) = 9.38%
R=55.73%
G=34.90%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107671800.370.830.5833.0371.224.51
Hex6B4312025533A214719
Octal15310322045123724110731
Binary110101110000111001001001011010011111010100001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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