#964509

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

Shades of Saddle Brown #964509

Tints of Saddle Brown #964509

Color information

#964509 (or 0x964509) is unknown color: approx Saddle Brown. HEX triplet: 96, 45 and 09. RGB value is (150,69,9). Sum of RGB (Red+Green+Blue) = 150+69+9=228 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.79% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 150 - color contains mainly: red. Hex color #964509 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964509 is #69BAF6. Grayscale: #565656. Windows color (decimal): -6929143 or 607638. OLE color: 607638.

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

Color convert

RGB150699-
CMYK00.540.940.41
HSL25.53º88.68%31.18%-
HSV(B)25.53º94%58.82%-
XYZ14.7610.761.56-
YUV86.3884.34173.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 65.79%
GREEN value IS 69 (27.34% from 255) = 30.26%
BLUE value IS 9 (3.91% from 255) = 3.95%
R=65.79%
G=30.26%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15069900.540.940.4125.5388.6831.18
Hex964590365E291a591f
Octal22610511066136513213137
Binary10010110100010110010110110101111010100111010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964509; }

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

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

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

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

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

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

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

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