Shades of Golden Brown #966013
Tints of Golden Brown #966013
RGB
CMYK
RGB Variations
Color information
#966013 (or 0x966013) is known color: Golden Brown. HEX triplet: 96, 60 and 13. RGB value is (150,96,19). Sum of RGB (Red+Green+Blue) = 150+96+19=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #966013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966013 is #699FEC. Grayscale: #676767. Windows color (decimal): -6922221 or 1269910. OLE color: 1269910.
HSL color Cylindrical-coordinate representation of color #966013: hue angle of 35.27º 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 #966013 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 96 | 19 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.41 |
| HSL | 35.27º | 0.78% | 0.33% | - |
| HSV(B) | 35.27º | 0.87% | 0.59% | - |
| XYZ | 16.88 | 14.9 | 2.6 | - |
| YUV | 103.37 | 80.39 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 19 | 0 | 0.36 | 0.87 | 0.41 | 35.27 | 0.78 | 0.33 |
| Hex | 96 | 60 | 13 | 0 | 24 | 57 | 29 | 23 | 4E | 21 |
| Octal | 226 | 140 | 23 | 0 | 44 | 127 | 51 | 43 | 116 | 41 |
| Binary | 10010110 | 1100000 | 10011 | 0 | 100100 | 1010111 | 101001 | 100011 | 1001110 | 100001 |
Color Harmonies of #966013
Complementary color
Monochromatic Colors of #966013
Black with #966013
Text Example
Text Example
White with #966013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966013; }
p { color: rgb(150,96,19); }
H1.HeaderClassName
{
color: #966013;
}
.AnyTagClassName
{
color: #966013;
}
</style>
background-color css
<style>
a { background-color: #966013; }
a { background-color: rgb(150,96,19); }
div.DivClassName
{
background-color: #966013;
}
.BgClassName
{
background-color: #966013;
}
</style>
border-color css
<style>
span { border-color: #966013; }
span { border-color: rgb(150,96,19); }
td.TdClassName
{
border-color: #966013;
}
.TagClassName
{
border-color: #966013;
}
</style>