#964606

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

Shades of Saddle Brown #964606

Tints of Saddle Brown #964606

Color information

#964606 (or 0x964606) is unknown color: approx Saddle Brown. HEX triplet: 96, 46 and 06. RGB value is (150,70,6). Sum of RGB (Red+Green+Blue) = 150+70+6=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #964606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964606 is #69B9F9. Grayscale: #565656. Windows color (decimal): -6928890 or 411286. OLE color: 411286.

HSL color Cylindrical-coordinate representation of color #964606: hue angle of 26.67º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #964606 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB150706-
CMYK00.530.960.41
HSL26.67º92.31%30.59%-
HSV(B)26.67º96%58.82%-
XYZ14.810.881.49-
YUV86.6282.5173.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.37%
GREEN value IS 70 (27.73% from 255) = 30.97%
BLUE value IS 6 (2.73% from 255) = 2.65%
R=66.37%
G=30.97%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15070600.530.960.4126.6792.3130.59
Hex9646603560291b5c1f
Octal2261066065140513313437
Binary1001011010001101100110101110000010100111011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964606; }

 p { color: rgb(150,70,6); }

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

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

 a { background-color: rgb(150,70,6); }

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

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

 span { border-color: rgb(150,70,6); }

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