Shades of Golden Brown #965E08
Tints of Golden Brown #965E08
RGB
CMYK
RGB Variations
Color information
#965E08 (or 0x965E08) is known color: Golden Brown. HEX triplet: 96, 5E and 08. RGB value is (150,94,8). Sum of RGB (Red+Green+Blue) = 150+94+8=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #965E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965E08 is #69A1F7. Grayscale: #656565. Windows color (decimal): -6922744 or 548502. OLE color: 548502.
HSL color Cylindrical-coordinate representation of color #965E08: hue angle of 36.34º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #965E08 is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 94 | 8 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.41 |
| HSL | 36.34º | 0.9% | 0.31% | - |
| HSV(B) | 36.34º | 0.95% | 0.59% | - |
| XYZ | 16.62 | 14.51 | 2.15 | - |
| YUV | 100.94 | 75.55 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 94 | 8 | 0 | 0.37 | 0.95 | 0.41 | 36.34 | 0.9 | 0.31 |
| Hex | 96 | 5E | 8 | 0 | 25 | 5F | 29 | 24 | 5A | 1F |
| Octal | 226 | 136 | 10 | 0 | 45 | 137 | 51 | 44 | 132 | 37 |
| Binary | 10010110 | 1011110 | 1000 | 0 | 100101 | 1011111 | 101001 | 100100 | 1011010 | 11111 |
Color Harmonies of #965E08
Complementary color
Monochromatic Colors of #965E08
Black with #965E08
Text Example
Text Example
White with #965E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965E08; }
p { color: rgb(150,94,8); }
H1.HeaderClassName
{
color: #965E08;
}
.AnyTagClassName
{
color: #965E08;
}
</style>
background-color css
<style>
a { background-color: #965E08; }
a { background-color: rgb(150,94,8); }
div.DivClassName
{
background-color: #965E08;
}
.BgClassName
{
background-color: #965E08;
}
</style>
border-color css
<style>
span { border-color: #965E08; }
span { border-color: rgb(150,94,8); }
td.TdClassName
{
border-color: #965E08;
}
.TagClassName
{
border-color: #965E08;
}
</style>