Shades of Saddle Brown #965101
Tints of Saddle Brown #965101
RGB
CMYK
RGB Variations
Color information
#965101 (or 0x965101) is known color: Saddle Brown. HEX triplet: 96, 51 and 01. RGB value is (150,81,1). Sum of RGB (Red+Green+Blue) = 150+81+1=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #965101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965101 is #69AEFE. Grayscale: #5C5C5C. Windows color (decimal): -6926079 or 86422. OLE color: 86422.
HSL color Cylindrical-coordinate representation of color #965101: hue angle of 32.21º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #965101 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 81 | 1 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.41 |
| HSL | 32.21º | 0.99% | 0.3% | - |
| HSV(B) | 32.21º | 0.99% | 0.59% | - |
| XYZ | 15.53 | 12.37 | 1.6 | - |
| YUV | 92.51 | 76.36 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 1 | 0 | 0.46 | 0.99 | 0.41 | 32.21 | 0.99 | 0.3 |
| Hex | 96 | 51 | 1 | 0 | 2E | 63 | 29 | 20 | 63 | 1E |
| Octal | 226 | 121 | 1 | 0 | 56 | 143 | 51 | 40 | 143 | 36 |
| Binary | 10010110 | 1010001 | 1 | 0 | 101110 | 1100011 | 101001 | 100000 | 1100011 | 11110 |
Color Harmonies of #965101
Complementary color
Monochromatic Colors of #965101
Black with #965101
Text Example
Text Example
White with #965101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965101; }
p { color: rgb(150,81,1); }
H1.HeaderClassName
{
color: #965101;
}
.AnyTagClassName
{
color: #965101;
}
</style>
background-color css
<style>
a { background-color: #965101; }
a { background-color: rgb(150,81,1); }
div.DivClassName
{
background-color: #965101;
}
.BgClassName
{
background-color: #965101;
}
</style>
border-color css
<style>
span { border-color: #965101; }
span { border-color: rgb(150,81,1); }
td.TdClassName
{
border-color: #965101;
}
.TagClassName
{
border-color: #965101;
}
</style>