#862906

Color #862906 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #862906

Tints of Saddle Brown #862906

Color information

#862906 (or 0x862906) is unknown color: approx Saddle Brown. HEX triplet: 86, 29 and 06. RGB value is (134,41,6). Sum of RGB (Red+Green+Blue) = 134+41+6=181 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.03% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 6 (2.73% from 255 or 3.31% from 181); Max value from RGB is 134 - color contains mainly: red. Hex color #862906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862906 is #79D6F9. Grayscale: #414141. Windows color (decimal): -7984890 or 403846. OLE color: 403846.

HSL color Cylindrical-coordinate representation of color #862906: hue angle of 16.41º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #862906 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB134416-
CMYK00.690.960.47
HSL16.41º91.43%27.45%-
HSV(B)16.41º95.52%52.55%-
XYZ10.666.670.9-
YUV64.8294.81177.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 74.03%
GREEN value IS 41 (16.41% from 255) = 22.65%
BLUE value IS 6 (2.73% from 255) = 3.31%
R=74.03%
G=22.65%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13441600.690.960.4716.4191.4327.45
Hex86296045602F105b1b
Octal2065160105140572013333
Binary1000011010100111001000101110000010111110000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862906; }

 p { color: rgb(134,41,6); }

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

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

 a { background-color: rgb(134,41,6); }

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

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

 span { border-color: rgb(134,41,6); }

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