Shades of Golden Brown #967115
Tints of Golden Brown #967115
RGB
CMYK
RGB Variations
Color information
#967115 (or 0x967115) is known color: Golden Brown. HEX triplet: 96, 71 and 15. RGB value is (150,113,21). Sum of RGB (Red+Green+Blue) = 150+113+21=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #967115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967115 is #698EEA. Grayscale: #717171. Windows color (decimal): -6917867 or 1405334. OLE color: 1405334.
HSL color Cylindrical-coordinate representation of color #967115: hue angle of 42.79º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #967115 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 113 | 21 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.41 |
| HSL | 42.79º | 0.75% | 0.34% | - |
| HSV(B) | 42.79º | 0.86% | 0.59% | - |
| XYZ | 18.62 | 18.35 | 3.27 | - |
| YUV | 113.58 | 75.76 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 113 | 21 | 0 | 0.25 | 0.86 | 0.41 | 42.79 | 0.75 | 0.34 |
| Hex | 96 | 71 | 15 | 0 | 19 | 56 | 29 | 2B | 4B | 22 |
| Octal | 226 | 161 | 25 | 0 | 31 | 126 | 51 | 53 | 113 | 42 |
| Binary | 10010110 | 1110001 | 10101 | 0 | 11001 | 1010110 | 101001 | 101011 | 1001011 | 100010 |
Color Harmonies of #967115
Complementary color
Monochromatic Colors of #967115
Black with #967115
Text Example
Text Example
White with #967115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967115; }
p { color: rgb(150,113,21); }
H1.HeaderClassName
{
color: #967115;
}
.AnyTagClassName
{
color: #967115;
}
</style>
background-color css
<style>
a { background-color: #967115; }
a { background-color: rgb(150,113,21); }
div.DivClassName
{
background-color: #967115;
}
.BgClassName
{
background-color: #967115;
}
</style>
border-color css
<style>
span { border-color: #967115; }
span { border-color: rgb(150,113,21); }
td.TdClassName
{
border-color: #967115;
}
.TagClassName
{
border-color: #967115;
}
</style>