Shades of Golden Brown #965E16
Tints of Golden Brown #965E16
RGB
CMYK
RGB Variations
Color information
#965E16 (or 0x965E16) is known color: Golden Brown. HEX triplet: 96, 5E and 16. RGB value is (150,94,22). Sum of RGB (Red+Green+Blue) = 150+94+22=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #965E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965E16 is #69A1E9. Grayscale: #666666. Windows color (decimal): -6922730 or 1466006. OLE color: 1466006.
HSL color Cylindrical-coordinate representation of color #965E16: hue angle of 33.75º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #965E16 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 94 | 22 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.41 |
| HSL | 33.75º | 0.74% | 0.34% | - |
| HSV(B) | 33.75º | 0.85% | 0.59% | - |
| XYZ | 16.73 | 14.55 | 2.69 | - |
| YUV | 102.54 | 82.55 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 94 | 22 | 0 | 0.37 | 0.85 | 0.41 | 33.75 | 0.74 | 0.34 |
| Hex | 96 | 5E | 16 | 0 | 25 | 55 | 29 | 22 | 4A | 22 |
| Octal | 226 | 136 | 26 | 0 | 45 | 125 | 51 | 42 | 112 | 42 |
| Binary | 10010110 | 1011110 | 10110 | 0 | 100101 | 1010101 | 101001 | 100010 | 1001010 | 100010 |
Color Harmonies of #965E16
Complementary color
Monochromatic Colors of #965E16
Black with #965E16
Text Example
Text Example
White with #965E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965E16; }
p { color: rgb(150,94,22); }
H1.HeaderClassName
{
color: #965E16;
}
.AnyTagClassName
{
color: #965E16;
}
</style>
background-color css
<style>
a { background-color: #965E16; }
a { background-color: rgb(150,94,22); }
div.DivClassName
{
background-color: #965E16;
}
.BgClassName
{
background-color: #965E16;
}
</style>
border-color css
<style>
span { border-color: #965E16; }
span { border-color: rgb(150,94,22); }
td.TdClassName
{
border-color: #965E16;
}
.TagClassName
{
border-color: #965E16;
}
</style>