#964406

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

Shades of Saddle Brown #964406

Tints of Saddle Brown #964406

Color information

#964406 (or 0x964406) is unknown color: approx Saddle Brown. HEX triplet: 96, 44 and 06. RGB value is (150,68,6). Sum of RGB (Red+Green+Blue) = 150+68+6=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #964406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964406 is #69BBF9. Grayscale: #555555. Windows color (decimal): -6929402 or 410774. OLE color: 410774.

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

Color convert

RGB150686-
CMYK00.550.960.41
HSL25.83º92.31%30.59%-
HSV(B)25.83º96%58.82%-
XYZ14.6810.631.45-
YUV85.4583.17174.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 66.96%
GREEN value IS 68 (26.95% from 255) = 30.36%
BLUE value IS 6 (2.73% from 255) = 2.68%
R=66.96%
G=30.36%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15068600.550.960.4125.8392.3130.59
Hex9644603760291a5c1f
Octal2261046067140513213437
Binary1001011010001001100110111110000010100111010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964406; }

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

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

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

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

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

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

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

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