#6B5612

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

Shades of Raw Umber #6B5612

Tints of Raw Umber #6B5612

Color information

#6B5612 (or 0x6B5612) is unknown color: approx Raw Umber. HEX triplet: 6B, 56 and 12. RGB value is (107,86,18). Sum of RGB (Red+Green+Blue) = 107+86+18=211 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.71% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5612 is #94A9ED. Grayscale: #545454. Windows color (decimal): -9742830 or 1201771. OLE color: 1201771.

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

Color convert

RGB1078618-
CMYK00.200.830.58
HSL45.84º71.2%24.51%-
HSV(B)45.84º83.18%41.96%-
XYZ9.59.831.97-
YUV84.5390.46144.03-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.71%
GREEN value IS 86 (33.98% from 255) = 40.76%
BLUE value IS 18 (7.42% from 255) = 8.53%
R=50.71%
G=40.76%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107861800.200.830.5845.8471.224.51
Hex6B5612014533A2e4719
Octal15312622024123725610731
Binary11010111010110100100101001010011111010101110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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