Shades of Golden Brown #966710
Tints of Golden Brown #966710
RGB
CMYK
RGB Variations
Color information
#966710 (or 0x966710) is known color: Golden Brown. HEX triplet: 96, 67 and 10. RGB value is (150,103,16). Sum of RGB (Red+Green+Blue) = 150+103+16=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #966710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966710 is #6998EF. Grayscale: #6B6B6B. Windows color (decimal): -6920432 or 1075094. OLE color: 1075094.
HSL color Cylindrical-coordinate representation of color #966710: hue angle of 38.96º 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 #966710 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 103 | 16 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.41 |
| HSL | 38.96º | 0.81% | 0.33% | - |
| HSV(B) | 38.96º | 0.89% | 0.59% | - |
| XYZ | 17.52 | 16.22 | 2.7 | - |
| YUV | 107.14 | 76.57 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 16 | 0 | 0.31 | 0.89 | 0.41 | 38.96 | 0.81 | 0.33 |
| Hex | 96 | 67 | 10 | 0 | 1F | 59 | 29 | 27 | 51 | 21 |
| Octal | 226 | 147 | 20 | 0 | 37 | 131 | 51 | 47 | 121 | 41 |
| Binary | 10010110 | 1100111 | 10000 | 0 | 11111 | 1011001 | 101001 | 100111 | 1010001 | 100001 |
Color Harmonies of #966710
Complementary color
Monochromatic Colors of #966710
Black with #966710
Text Example
Text Example
White with #966710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966710; }
p { color: rgb(150,103,16); }
H1.HeaderClassName
{
color: #966710;
}
.AnyTagClassName
{
color: #966710;
}
</style>
background-color css
<style>
a { background-color: #966710; }
a { background-color: rgb(150,103,16); }
div.DivClassName
{
background-color: #966710;
}
.BgClassName
{
background-color: #966710;
}
</style>
border-color css
<style>
span { border-color: #966710; }
span { border-color: rgb(150,103,16); }
td.TdClassName
{
border-color: #966710;
}
.TagClassName
{
border-color: #966710;
}
</style>