Shades of Golden Brown #966017
Tints of Golden Brown #966017
RGB
CMYK
RGB Variations
Color information
#966017 (or 0x966017) is known color: Golden Brown. HEX triplet: 96, 60 and 17. RGB value is (150,96,23). Sum of RGB (Red+Green+Blue) = 150+96+23=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #966017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966017 is #699FE8. Grayscale: #686868. Windows color (decimal): -6922217 or 1532054. OLE color: 1532054.
HSL color Cylindrical-coordinate representation of color #966017: hue angle of 34.49º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #966017 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 96 | 23 | - |
| CMYK | 0 | 0.36 | 0.85 | 0.41 |
| HSL | 34.49º | 0.73% | 0.34% | - |
| HSV(B) | 34.49º | 0.85% | 0.59% | - |
| XYZ | 16.92 | 14.91 | 2.8 | - |
| YUV | 103.82 | 82.39 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 23 | 0 | 0.36 | 0.85 | 0.41 | 34.49 | 0.73 | 0.34 |
| Hex | 96 | 60 | 17 | 0 | 24 | 55 | 29 | 22 | 49 | 22 |
| Octal | 226 | 140 | 27 | 0 | 44 | 125 | 51 | 42 | 111 | 42 |
| Binary | 10010110 | 1100000 | 10111 | 0 | 100100 | 1010101 | 101001 | 100010 | 1001001 | 100010 |
Color Harmonies of #966017
Complementary color
Monochromatic Colors of #966017
Black with #966017
Text Example
Text Example
White with #966017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966017; }
p { color: rgb(150,96,23); }
H1.HeaderClassName
{
color: #966017;
}
.AnyTagClassName
{
color: #966017;
}
</style>
background-color css
<style>
a { background-color: #966017; }
a { background-color: rgb(150,96,23); }
div.DivClassName
{
background-color: #966017;
}
.BgClassName
{
background-color: #966017;
}
</style>
border-color css
<style>
span { border-color: #966017; }
span { border-color: rgb(150,96,23); }
td.TdClassName
{
border-color: #966017;
}
.TagClassName
{
border-color: #966017;
}
</style>