Shades of Saddle Brown #96460C
Tints of Saddle Brown #96460C
RGB
CMYK
RGB Variations
Color information
#96460C (or 0x96460C) is known color: Saddle Brown. HEX triplet: 96, 46 and 0C. RGB value is (150,70,12). Sum of RGB (Red+Green+Blue) = 150+70+12=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #96460C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96460C is #69B9F3. Grayscale: #575757. Windows color (decimal): -6928884 or 804502. OLE color: 804502.
HSL color Cylindrical-coordinate representation of color #96460C: hue angle of 25.22º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96460C is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 70 | 12 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.41 |
| HSL | 25.22º | 0.85% | 0.32% | - |
| HSV(B) | 25.22º | 0.92% | 0.59% | - |
| XYZ | 14.83 | 10.89 | 1.67 | - |
| YUV | 87.31 | 85.5 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 70 | 12 | 0 | 0.53 | 0.92 | 0.41 | 25.22 | 0.85 | 0.32 |
| Hex | 96 | 46 | C | 0 | 35 | 5C | 29 | 19 | 55 | 20 |
| Octal | 226 | 106 | 14 | 0 | 65 | 134 | 51 | 31 | 125 | 40 |
| Binary | 10010110 | 1000110 | 1100 | 0 | 110101 | 1011100 | 101001 | 11001 | 1010101 | 100000 |
Color Harmonies of #96460C
Complementary color
Monochromatic Colors of #96460C
Black with #96460C
Text Example
Text Example
White with #96460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96460C; }
p { color: rgb(150,70,12); }
H1.HeaderClassName
{
color: #96460C;
}
.AnyTagClassName
{
color: #96460C;
}
</style>
background-color css
<style>
a { background-color: #96460C; }
a { background-color: rgb(150,70,12); }
div.DivClassName
{
background-color: #96460C;
}
.BgClassName
{
background-color: #96460C;
}
</style>
border-color css
<style>
span { border-color: #96460C; }
span { border-color: rgb(150,70,12); }
td.TdClassName
{
border-color: #96460C;
}
.TagClassName
{
border-color: #96460C;
}
</style>