Shades of Saddle Brown #964306
Tints of Saddle Brown #964306
RGB
CMYK
RGB Variations
Color information
#964306 (or 0x964306) is known color: Saddle Brown. HEX triplet: 96, 43 and 06. RGB value is (150,67,6). Sum of RGB (Red+Green+Blue) = 150+67+6=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #964306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #964306 is #69BCF9. Grayscale: #555555. Windows color (decimal): -6929658 or 410518. OLE color: 410518.
HSL color Cylindrical-coordinate representation of color #964306: hue angle of 25.42º 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 #964306 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 67 | 6 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.41 |
| HSL | 25.42º | 0.92% | 0.31% | - |
| HSV(B) | 25.42º | 0.96% | 0.59% | - |
| XYZ | 14.62 | 10.51 | 1.43 | - |
| YUV | 84.86 | 83.5 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 67 | 6 | 0 | 0.55 | 0.96 | 0.41 | 25.42 | 0.92 | 0.31 |
| Hex | 96 | 43 | 6 | 0 | 37 | 60 | 29 | 19 | 5C | 1F |
| Octal | 226 | 103 | 6 | 0 | 67 | 140 | 51 | 31 | 134 | 37 |
| Binary | 10010110 | 1000011 | 110 | 0 | 110111 | 1100000 | 101001 | 11001 | 1011100 | 11111 |
Color Harmonies of #964306
Complementary color
Monochromatic Colors of #964306
Black with #964306
Text Example
Text Example
White with #964306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964306; }
p { color: rgb(150,67,6); }
H1.HeaderClassName
{
color: #964306;
}
.AnyTagClassName
{
color: #964306;
}
</style>
background-color css
<style>
a { background-color: #964306; }
a { background-color: rgb(150,67,6); }
div.DivClassName
{
background-color: #964306;
}
.BgClassName
{
background-color: #964306;
}
</style>
border-color css
<style>
span { border-color: #964306; }
span { border-color: rgb(150,67,6); }
td.TdClassName
{
border-color: #964306;
}
.TagClassName
{
border-color: #964306;
}
</style>