Shades of Golden Brown #916D11
Tints of Golden Brown #916D11
RGB
CMYK
RGB Variations
Color information
#916D11 (or 0x916D11) is known color: Golden Brown. HEX triplet: 91, 6D and 11. RGB value is (145,109,17). Sum of RGB (Red+Green+Blue) = 145+109+17=271 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.51% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 145 - color contains mainly: red. Hex color #916D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916D11 is #6E92EE. Grayscale: #6D6D6D. Windows color (decimal): -7246575 or 1142161. OLE color: 1142161.
HSL color Cylindrical-coordinate representation of color #916D11: hue angle of 43.12º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #916D11 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 109 | 17 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.43 |
| HSL | 43.13º | 0.79% | 0.32% | - |
| HSV(B) | 43.13º | 0.88% | 0.57% | - |
| XYZ | 17.25 | 17 | 2.9 | - |
| YUV | 109.28 | 75.93 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 17 | 0 | 0.25 | 0.88 | 0.43 | 43.13 | 0.79 | 0.32 |
| Hex | 91 | 6D | 11 | 0 | 19 | 58 | 2B | 2B | 4F | 20 |
| Octal | 221 | 155 | 21 | 0 | 31 | 130 | 53 | 53 | 117 | 40 |
| Binary | 10010001 | 1101101 | 10001 | 0 | 11001 | 1011000 | 101011 | 101011 | 1001111 | 100000 |
Color Harmonies of #916D11
Complementary color
Monochromatic Colors of #916D11
Black with #916D11
Text Example
Text Example
White with #916D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916D11; }
p { color: rgb(145,109,17); }
H1.HeaderClassName
{
color: #916D11;
}
.AnyTagClassName
{
color: #916D11;
}
</style>
background-color css
<style>
a { background-color: #916D11; }
a { background-color: rgb(145,109,17); }
div.DivClassName
{
background-color: #916D11;
}
.BgClassName
{
background-color: #916D11;
}
</style>
border-color css
<style>
span { border-color: #916D11; }
span { border-color: rgb(145,109,17); }
td.TdClassName
{
border-color: #916D11;
}
.TagClassName
{
border-color: #916D11;
}
</style>