Shades of Golden Brown #916D17
Tints of Golden Brown #916D17
RGB
CMYK
RGB Variations
Color information
#916D17 (or 0x916D17) is known color: Golden Brown. HEX triplet: 91, 6D and 17. RGB value is (145,109,23). Sum of RGB (Red+Green+Blue) = 145+109+23=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #916D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916D17 is #6E92E8. Grayscale: #6E6E6E. Windows color (decimal): -7246569 or 1535377. OLE color: 1535377.
HSL color Cylindrical-coordinate representation of color #916D17: hue angle of 42.3º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #916D17 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 109 | 23 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.43 |
| HSL | 42.3º | 0.73% | 0.33% | - |
| HSV(B) | 42.3º | 0.84% | 0.57% | - |
| XYZ | 17.3 | 17.02 | 3.18 | - |
| YUV | 109.96 | 78.93 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 23 | 0 | 0.25 | 0.84 | 0.43 | 42.3 | 0.73 | 0.33 |
| Hex | 91 | 6D | 17 | 0 | 19 | 54 | 2B | 2A | 49 | 21 |
| Octal | 221 | 155 | 27 | 0 | 31 | 124 | 53 | 52 | 111 | 41 |
| Binary | 10010001 | 1101101 | 10111 | 0 | 11001 | 1010100 | 101011 | 101010 | 1001001 | 100001 |
Color Harmonies of #916D17
Complementary color
Monochromatic Colors of #916D17
Black with #916D17
Text Example
Text Example
White with #916D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916D17; }
p { color: rgb(145,109,23); }
H1.HeaderClassName
{
color: #916D17;
}
.AnyTagClassName
{
color: #916D17;
}
</style>
background-color css
<style>
a { background-color: #916D17; }
a { background-color: rgb(145,109,23); }
div.DivClassName
{
background-color: #916D17;
}
.BgClassName
{
background-color: #916D17;
}
</style>
border-color css
<style>
span { border-color: #916D17; }
span { border-color: rgb(145,109,23); }
td.TdClassName
{
border-color: #916D17;
}
.TagClassName
{
border-color: #916D17;
}
</style>