#864602

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

Shades of Saddle Brown #864602

Tints of Saddle Brown #864602

Color information

#864602 (or 0x864602) is unknown color: approx Saddle Brown. HEX triplet: 86, 46 and 02. RGB value is (134,70,2). Sum of RGB (Red+Green+Blue) = 134+70+2=206 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.05% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 134 - color contains mainly: red. Hex color #864602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864602 is #79B9FD. Grayscale: #515151. Windows color (decimal): -7977470 or 149126. OLE color: 149126.

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

Color convert

RGB134702-
CMYK00.480.990.47
HSL30.91º97.06%26.67%-
HSV(B)30.91º98.51%52.55%-
XYZ12.039.451.25-
YUV81.3883.2165.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.05%
GREEN value IS 70 (27.73% from 255) = 33.98%
BLUE value IS 2 (1.17% from 255) = 0.97%
R=65.05%
G=33.98%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13470200.480.990.4730.9197.0626.67
Hex86462030632F1f611b
Octal2061062060143573714133
Binary100001101000110100110000110001110111111111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864602; }

 p { color: rgb(134,70,2); }

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

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

 a { background-color: rgb(134,70,2); }

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

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

 span { border-color: rgb(134,70,2); }

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