#964609

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

Shades of Saddle Brown #964609

Tints of Saddle Brown #964609

Color information

#964609 (or 0x964609) is unknown color: approx Saddle Brown. HEX triplet: 96, 46 and 09. RGB value is (150,70,9). Sum of RGB (Red+Green+Blue) = 150+70+9=229 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.50% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 150 - color contains mainly: red. Hex color #964609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964609 is #69B9F6. Grayscale: #575757. Windows color (decimal): -6928887 or 607894. OLE color: 607894.

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

Color convert

RGB150709-
CMYK00.530.940.41
HSL25.96º88.68%31.18%-
HSV(B)25.96º94%58.82%-
XYZ14.8210.881.58-
YUV86.9784172.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 65.50%
GREEN value IS 70 (27.73% from 255) = 30.57%
BLUE value IS 9 (3.91% from 255) = 3.93%
R=65.50%
G=30.57%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15070900.530.940.4125.9688.6831.18
Hex964690355E291a591f
Octal22610611065136513213137
Binary10010110100011010010110101101111010100111010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964609; }

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

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

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

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

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

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

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

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