Shades of Golden Brown #966E10
Tints of Golden Brown #966E10
RGB
CMYK
RGB Variations
Color information
#966E10 (or 0x966E10) is known color: Golden Brown. HEX triplet: 96, 6E and 10. RGB value is (150,110,16). Sum of RGB (Red+Green+Blue) = 150+110+16=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #966E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966E10 is #6991EF. Grayscale: #6F6F6F. Windows color (decimal): -6918640 or 1076886. OLE color: 1076886.
HSL color Cylindrical-coordinate representation of color #966E10: hue angle of 42.09º 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 #966E10 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 110 | 16 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.41 |
| HSL | 42.09º | 0.81% | 0.33% | - |
| HSV(B) | 42.09º | 0.89% | 0.59% | - |
| XYZ | 18.25 | 17.67 | 2.94 | - |
| YUV | 111.24 | 74.25 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 110 | 16 | 0 | 0.27 | 0.89 | 0.41 | 42.09 | 0.81 | 0.33 |
| Hex | 96 | 6E | 10 | 0 | 1B | 59 | 29 | 2A | 51 | 21 |
| Octal | 226 | 156 | 20 | 0 | 33 | 131 | 51 | 52 | 121 | 41 |
| Binary | 10010110 | 1101110 | 10000 | 0 | 11011 | 1011001 | 101001 | 101010 | 1010001 | 100001 |
Color Harmonies of #966E10
Complementary color
Monochromatic Colors of #966E10
Black with #966E10
Text Example
Text Example
White with #966E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966E10; }
p { color: rgb(150,110,16); }
H1.HeaderClassName
{
color: #966E10;
}
.AnyTagClassName
{
color: #966E10;
}
</style>
background-color css
<style>
a { background-color: #966E10; }
a { background-color: rgb(150,110,16); }
div.DivClassName
{
background-color: #966E10;
}
.BgClassName
{
background-color: #966E10;
}
</style>
border-color css
<style>
span { border-color: #966E10; }
span { border-color: rgb(150,110,16); }
td.TdClassName
{
border-color: #966E10;
}
.TagClassName
{
border-color: #966E10;
}
</style>