Shades of Golden Brown #966412
Tints of Golden Brown #966412
RGB
CMYK
RGB Variations
Color information
#966412 (or 0x966412) is known color: Golden Brown. HEX triplet: 96, 64 and 12. RGB value is (150,100,18). Sum of RGB (Red+Green+Blue) = 150+100+18=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #966412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966412 is #699BED. Grayscale: #696969. Windows color (decimal): -6921198 or 1205398. OLE color: 1205398.
HSL color Cylindrical-coordinate representation of color #966412: hue angle of 37.27º 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 #966412 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 100 | 18 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.41 |
| HSL | 37.27º | 0.79% | 0.33% | - |
| HSV(B) | 37.27º | 0.88% | 0.59% | - |
| XYZ | 17.24 | 15.64 | 2.68 | - |
| YUV | 105.6 | 78.57 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 18 | 0 | 0.33 | 0.88 | 0.41 | 37.27 | 0.79 | 0.33 |
| Hex | 96 | 64 | 12 | 0 | 21 | 58 | 29 | 25 | 4F | 21 |
| Octal | 226 | 144 | 22 | 0 | 41 | 130 | 51 | 45 | 117 | 41 |
| Binary | 10010110 | 1100100 | 10010 | 0 | 100001 | 1011000 | 101001 | 100101 | 1001111 | 100001 |
Color Harmonies of #966412
Complementary color
Monochromatic Colors of #966412
Black with #966412
Text Example
Text Example
White with #966412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966412; }
p { color: rgb(150,100,18); }
H1.HeaderClassName
{
color: #966412;
}
.AnyTagClassName
{
color: #966412;
}
</style>
background-color css
<style>
a { background-color: #966412; }
a { background-color: rgb(150,100,18); }
div.DivClassName
{
background-color: #966412;
}
.BgClassName
{
background-color: #966412;
}
</style>
border-color css
<style>
span { border-color: #966412; }
span { border-color: rgb(150,100,18); }
td.TdClassName
{
border-color: #966412;
}
.TagClassName
{
border-color: #966412;
}
</style>