Shades of Golden Brown #967313
Tints of Golden Brown #967313
RGB
CMYK
RGB Variations
Color information
#967313 (or 0x967313) is known color: Golden Brown. HEX triplet: 96, 73 and 13. RGB value is (150,115,19). Sum of RGB (Red+Green+Blue) = 150+115+19=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #967313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967313 is #698CEC. Grayscale: #727272. Windows color (decimal): -6917357 or 1274774. OLE color: 1274774.
HSL color Cylindrical-coordinate representation of color #967313: hue angle of 43.97º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #967313 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 115 | 19 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.41 |
| HSL | 43.97º | 0.78% | 0.33% | - |
| HSV(B) | 43.97º | 0.87% | 0.59% | - |
| XYZ | 18.83 | 18.79 | 3.25 | - |
| YUV | 114.52 | 74.1 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 19 | 0 | 0.23 | 0.87 | 0.41 | 43.97 | 0.78 | 0.33 |
| Hex | 96 | 73 | 13 | 0 | 17 | 57 | 29 | 2C | 4E | 21 |
| Octal | 226 | 163 | 23 | 0 | 27 | 127 | 51 | 54 | 116 | 41 |
| Binary | 10010110 | 1110011 | 10011 | 0 | 10111 | 1010111 | 101001 | 101100 | 1001110 | 100001 |
Color Harmonies of #967313
Complementary color
Monochromatic Colors of #967313
Black with #967313
Text Example
Text Example
White with #967313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967313; }
p { color: rgb(150,115,19); }
H1.HeaderClassName
{
color: #967313;
}
.AnyTagClassName
{
color: #967313;
}
</style>
background-color css
<style>
a { background-color: #967313; }
a { background-color: rgb(150,115,19); }
div.DivClassName
{
background-color: #967313;
}
.BgClassName
{
background-color: #967313;
}
</style>
border-color css
<style>
span { border-color: #967313; }
span { border-color: rgb(150,115,19); }
td.TdClassName
{
border-color: #967313;
}
.TagClassName
{
border-color: #967313;
}
</style>