#863806

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

Shades of Saddle Brown #863806

Tints of Saddle Brown #863806

Color information

#863806 (or 0x863806) is unknown color: approx Saddle Brown. HEX triplet: 86, 38 and 06. RGB value is (134,56,6). Sum of RGB (Red+Green+Blue) = 134+56+6=196 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.37% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 6 (2.73% from 255 or 3.06% from 196); Max value from RGB is 134 - color contains mainly: red. Hex color #863806 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863806 is #79C7F9. Grayscale: #494949. Windows color (decimal): -7981050 or 407686. OLE color: 407686.

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

Color convert

RGB134566-
CMYK00.580.960.47
HSL23.44º91.43%27.45%-
HSV(B)23.44º95.52%52.55%-
XYZ11.287.911.1-
YUV73.6289.84171.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 68.37%
GREEN value IS 56 (22.27% from 255) = 28.57%
BLUE value IS 6 (2.73% from 255) = 3.06%
R=68.37%
G=28.57%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13456600.580.960.4723.4491.4327.45
Hex8638603A602F175b1b
Octal206706072140572713333
Binary100001101110001100111010110000010111110111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863806; }

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

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

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

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

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

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

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

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