Shades of Golden Brown #966119
Tints of Golden Brown #966119
RGB
CMYK
RGB Variations
Color information
#966119 (or 0x966119) is known color: Golden Brown. HEX triplet: 96, 61 and 19. RGB value is (150,97,25). Sum of RGB (Red+Green+Blue) = 150+97+25=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #966119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966119 is #699EE6. Grayscale: #686868. Windows color (decimal): -6921959 or 1663382. OLE color: 1663382.
HSL color Cylindrical-coordinate representation of color #966119: hue angle of 34.56º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #966119 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 97 | 25 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.41 |
| HSL | 34.56º | 0.71% | 0.34% | - |
| HSV(B) | 34.56º | 0.83% | 0.59% | - |
| XYZ | 17.03 | 15.1 | 2.94 | - |
| YUV | 104.64 | 83.06 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 97 | 25 | 0 | 0.35 | 0.83 | 0.41 | 34.56 | 0.71 | 0.34 |
| Hex | 96 | 61 | 19 | 0 | 23 | 53 | 29 | 23 | 47 | 22 |
| Octal | 226 | 141 | 31 | 0 | 43 | 123 | 51 | 43 | 107 | 42 |
| Binary | 10010110 | 1100001 | 11001 | 0 | 100011 | 1010011 | 101001 | 100011 | 1000111 | 100010 |
Color Harmonies of #966119
Complementary color
Monochromatic Colors of #966119
Black with #966119
Text Example
Text Example
White with #966119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966119; }
p { color: rgb(150,97,25); }
H1.HeaderClassName
{
color: #966119;
}
.AnyTagClassName
{
color: #966119;
}
</style>
background-color css
<style>
a { background-color: #966119; }
a { background-color: rgb(150,97,25); }
div.DivClassName
{
background-color: #966119;
}
.BgClassName
{
background-color: #966119;
}
</style>
border-color css
<style>
span { border-color: #966119; }
span { border-color: rgb(150,97,25); }
td.TdClassName
{
border-color: #966119;
}
.TagClassName
{
border-color: #966119;
}
</style>