Shades of Golden Brown #967215
Tints of Golden Brown #967215
RGB
CMYK
RGB Variations
Color information
#967215 (or 0x967215) is known color: Golden Brown. HEX triplet: 96, 72 and 15. RGB value is (150,114,21). Sum of RGB (Red+Green+Blue) = 150+114+21=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #967215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967215 is #698DEA. Grayscale: #727272. Windows color (decimal): -6917611 or 1405590. OLE color: 1405590.
HSL color Cylindrical-coordinate representation of color #967215: hue angle of 43.26º 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 #967215 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 114 | 21 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.41 |
| HSL | 43.26º | 0.75% | 0.34% | - |
| HSV(B) | 43.26º | 0.86% | 0.59% | - |
| XYZ | 18.73 | 18.57 | 3.31 | - |
| YUV | 114.16 | 75.43 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 21 | 0 | 0.24 | 0.86 | 0.41 | 43.26 | 0.75 | 0.34 |
| Hex | 96 | 72 | 15 | 0 | 18 | 56 | 29 | 2B | 4B | 22 |
| Octal | 226 | 162 | 25 | 0 | 30 | 126 | 51 | 53 | 113 | 42 |
| Binary | 10010110 | 1110010 | 10101 | 0 | 11000 | 1010110 | 101001 | 101011 | 1001011 | 100010 |
Color Harmonies of #967215
Complementary color
Monochromatic Colors of #967215
Black with #967215
Text Example
Text Example
White with #967215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967215; }
p { color: rgb(150,114,21); }
H1.HeaderClassName
{
color: #967215;
}
.AnyTagClassName
{
color: #967215;
}
</style>
background-color css
<style>
a { background-color: #967215; }
a { background-color: rgb(150,114,21); }
div.DivClassName
{
background-color: #967215;
}
.BgClassName
{
background-color: #967215;
}
</style>
border-color css
<style>
span { border-color: #967215; }
span { border-color: rgb(150,114,21); }
td.TdClassName
{
border-color: #967215;
}
.TagClassName
{
border-color: #967215;
}
</style>