#864006

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

Shades of Saddle Brown #864006

Tints of Saddle Brown #864006

Color information

#864006 (or 0x864006) is unknown color: approx Saddle Brown. HEX triplet: 86, 40 and 06. RGB value is (134,64,6). Sum of RGB (Red+Green+Blue) = 134+64+6=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #864006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864006 is #79BFF9. Grayscale: #4E4E4E. Windows color (decimal): -7979002 or 409734. OLE color: 409734.

HSL color Cylindrical-coordinate representation of color #864006: hue angle of 27.19º 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 #864006 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB134646-
CMYK00.520.960.47
HSL27.19º91.43%27.45%-
HSV(B)27.19º95.52%52.55%-
XYZ11.78.751.24-
YUV78.3287.19167.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.69%
GREEN value IS 64 (25.39% from 255) = 31.37%
BLUE value IS 6 (2.73% from 255) = 2.94%
R=65.69%
G=31.37%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13464600.520.960.4727.1991.4327.45
Hex86406034602F1b5b1b
Octal2061006064140573313333
Binary1000011010000001100110100110000010111111011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864006; }

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

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

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

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

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

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

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

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