#964506

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

Shades of Saddle Brown #964506

Tints of Saddle Brown #964506

Color information

#964506 (or 0x964506) is unknown color: approx Saddle Brown. HEX triplet: 96, 45 and 06. RGB value is (150,69,6). Sum of RGB (Red+Green+Blue) = 150+69+6=225 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.67% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 150 - color contains mainly: red. Hex color #964506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964506 is #69BAF9. Grayscale: #565656. Windows color (decimal): -6929146 or 411030. OLE color: 411030.

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

Color convert

RGB150696-
CMYK00.540.960.41
HSL26.25º92.31%30.59%-
HSV(B)26.25º96%58.82%-
XYZ14.7410.751.47-
YUV86.0482.84173.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.67%
GREEN value IS 69 (27.34% from 255) = 30.67%
BLUE value IS 6 (2.73% from 255) = 2.67%
R=66.67%
G=30.67%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15069600.540.960.4126.2592.3130.59
Hex9645603660291a5c1f
Octal2261056066140513213437
Binary1001011010001011100110110110000010100111010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964506; }

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

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

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

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

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

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

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

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