#963106

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

Shades of Saddle Brown #963106

Tints of Saddle Brown #963106

Color information

#963106 (or 0x963106) is unknown color: approx Saddle Brown. HEX triplet: 96, 31 and 06. RGB value is (150,49,6). Sum of RGB (Red+Green+Blue) = 150+49+6=205 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.17% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 150 - color contains mainly: red. Hex color #963106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963106 is #69CEF9. Grayscale: #4A4A4A. Windows color (decimal): -6934266 or 405910. OLE color: 405910.

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

Color convert

RGB150496-
CMYK00.670.960.41
HSL17.92º92.31%30.59%-
HSV(B)17.92º96%58.82%-
XYZ13.718.691.13-
YUV74.389.46182-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 73.17%
GREEN value IS 49 (19.53% from 255) = 23.90%
BLUE value IS 6 (2.73% from 255) = 2.93%
R=73.17%
G=23.90%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15049600.670.960.4117.9292.3130.59
Hex963160436029125c1f
Octal2266160103140512213437
Binary1001011011000111001000011110000010100110010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963106; }

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

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

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

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

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

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

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

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