Shades of Golden Brown #966112
Tints of Golden Brown #966112
RGB
CMYK
RGB Variations
Color information
#966112 (or 0x966112) is known color: Golden Brown. HEX triplet: 96, 61 and 12. RGB value is (150,97,18). Sum of RGB (Red+Green+Blue) = 150+97+18=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #966112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966112 is #699EED. Grayscale: #686868. Windows color (decimal): -6921966 or 1204630. OLE color: 1204630.
HSL color Cylindrical-coordinate representation of color #966112: hue angle of 35.91º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #966112 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 97 | 18 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.41 |
| HSL | 35.91º | 0.79% | 0.33% | - |
| HSV(B) | 35.91º | 0.88% | 0.59% | - |
| XYZ | 16.96 | 15.08 | 2.59 | - |
| YUV | 103.84 | 79.56 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 97 | 18 | 0 | 0.35 | 0.88 | 0.41 | 35.91 | 0.79 | 0.33 |
| Hex | 96 | 61 | 12 | 0 | 23 | 58 | 29 | 24 | 4F | 21 |
| Octal | 226 | 141 | 22 | 0 | 43 | 130 | 51 | 44 | 117 | 41 |
| Binary | 10010110 | 1100001 | 10010 | 0 | 100011 | 1011000 | 101001 | 100100 | 1001111 | 100001 |
Color Harmonies of #966112
Complementary color
Monochromatic Colors of #966112
Black with #966112
Text Example
Text Example
White with #966112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966112; }
p { color: rgb(150,97,18); }
H1.HeaderClassName
{
color: #966112;
}
.AnyTagClassName
{
color: #966112;
}
</style>
background-color css
<style>
a { background-color: #966112; }
a { background-color: rgb(150,97,18); }
div.DivClassName
{
background-color: #966112;
}
.BgClassName
{
background-color: #966112;
}
</style>
border-color css
<style>
span { border-color: #966112; }
span { border-color: rgb(150,97,18); }
td.TdClassName
{
border-color: #966112;
}
.TagClassName
{
border-color: #966112;
}
</style>