Shades of Golden Brown #966C10
Tints of Golden Brown #966C10
RGB
CMYK
RGB Variations
Color information
#966C10 (or 0x966C10) is known color: Golden Brown. HEX triplet: 96, 6C and 10. RGB value is (150,108,16). Sum of RGB (Red+Green+Blue) = 150+108+16=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #966C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966C10 is #6993EF. Grayscale: #6E6E6E. Windows color (decimal): -6919152 or 1076374. OLE color: 1076374.
HSL color Cylindrical-coordinate representation of color #966C10: hue angle of 41.19º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #966C10 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 108 | 16 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.41 |
| HSL | 41.19º | 0.81% | 0.33% | - |
| HSV(B) | 41.19º | 0.89% | 0.59% | - |
| XYZ | 18.03 | 17.25 | 2.87 | - |
| YUV | 110.07 | 74.91 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 16 | 0 | 0.28 | 0.89 | 0.41 | 41.19 | 0.81 | 0.33 |
| Hex | 96 | 6C | 10 | 0 | 1C | 59 | 29 | 29 | 51 | 21 |
| Octal | 226 | 154 | 20 | 0 | 34 | 131 | 51 | 51 | 121 | 41 |
| Binary | 10010110 | 1101100 | 10000 | 0 | 11100 | 1011001 | 101001 | 101001 | 1010001 | 100001 |
Color Harmonies of #966C10
Complementary color
Monochromatic Colors of #966C10
Black with #966C10
Text Example
Text Example
White with #966C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966C10; }
p { color: rgb(150,108,16); }
H1.HeaderClassName
{
color: #966C10;
}
.AnyTagClassName
{
color: #966C10;
}
</style>
background-color css
<style>
a { background-color: #966C10; }
a { background-color: rgb(150,108,16); }
div.DivClassName
{
background-color: #966C10;
}
.BgClassName
{
background-color: #966C10;
}
</style>
border-color css
<style>
span { border-color: #966C10; }
span { border-color: rgb(150,108,16); }
td.TdClassName
{
border-color: #966C10;
}
.TagClassName
{
border-color: #966C10;
}
</style>