Shades of Golden Brown #916F10
Tints of Golden Brown #916F10
RGB
CMYK
RGB Variations
Color information
#916F10 (or 0x916F10) is known color: Golden Brown. HEX triplet: 91, 6F and 10. RGB value is (145,111,16). Sum of RGB (Red+Green+Blue) = 145+111+16=272 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.31% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 145 - color contains mainly: red. Hex color #916F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916F10 is #6E90EF. Grayscale: #6E6E6E. Windows color (decimal): -7246064 or 1077137. OLE color: 1077137.
HSL color Cylindrical-coordinate representation of color #916F10: hue angle of 44.19º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #916F10 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 111 | 16 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.43 |
| HSL | 44.19º | 0.8% | 0.32% | - |
| HSV(B) | 44.19º | 0.89% | 0.57% | - |
| XYZ | 17.46 | 17.43 | 2.93 | - |
| YUV | 110.34 | 74.76 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 16 | 0 | 0.23 | 0.89 | 0.43 | 44.19 | 0.8 | 0.32 |
| Hex | 91 | 6F | 10 | 0 | 17 | 59 | 2B | 2C | 50 | 20 |
| Octal | 221 | 157 | 20 | 0 | 27 | 131 | 53 | 54 | 120 | 40 |
| Binary | 10010001 | 1101111 | 10000 | 0 | 10111 | 1011001 | 101011 | 101100 | 1010000 | 100000 |
Color Harmonies of #916F10
Complementary color
Monochromatic Colors of #916F10
Black with #916F10
Text Example
Text Example
White with #916F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916F10; }
p { color: rgb(145,111,16); }
H1.HeaderClassName
{
color: #916F10;
}
.AnyTagClassName
{
color: #916F10;
}
</style>
background-color css
<style>
a { background-color: #916F10; }
a { background-color: rgb(145,111,16); }
div.DivClassName
{
background-color: #916F10;
}
.BgClassName
{
background-color: #916F10;
}
</style>
border-color css
<style>
span { border-color: #916F10; }
span { border-color: rgb(145,111,16); }
td.TdClassName
{
border-color: #916F10;
}
.TagClassName
{
border-color: #916F10;
}
</style>