Shades of Golden Brown #916E15
Tints of Golden Brown #916E15
RGB
CMYK
RGB Variations
Color information
#916E15 (or 0x916E15) is known color: Golden Brown. HEX triplet: 91, 6E and 15. RGB value is (145,110,21). Sum of RGB (Red+Green+Blue) = 145+110+21=276 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.54% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 145 - color contains mainly: red. Hex color #916E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916E15 is #6E91EA. Grayscale: #6E6E6E. Windows color (decimal): -7246315 or 1404561. OLE color: 1404561.
HSL color Cylindrical-coordinate representation of color #916E15: hue angle of 43.06º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #916E15 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 110 | 21 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.43 |
| HSL | 43.06º | 0.75% | 0.33% | - |
| HSV(B) | 43.06º | 0.86% | 0.57% | - |
| XYZ | 17.39 | 17.23 | 3.12 | - |
| YUV | 110.32 | 77.6 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 21 | 0 | 0.24 | 0.86 | 0.43 | 43.06 | 0.75 | 0.33 |
| Hex | 91 | 6E | 15 | 0 | 18 | 56 | 2B | 2B | 4B | 21 |
| Octal | 221 | 156 | 25 | 0 | 30 | 126 | 53 | 53 | 113 | 41 |
| Binary | 10010001 | 1101110 | 10101 | 0 | 11000 | 1010110 | 101011 | 101011 | 1001011 | 100001 |
Color Harmonies of #916E15
Complementary color
Monochromatic Colors of #916E15
Black with #916E15
Text Example
Text Example
White with #916E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916E15; }
p { color: rgb(145,110,21); }
H1.HeaderClassName
{
color: #916E15;
}
.AnyTagClassName
{
color: #916E15;
}
</style>
background-color css
<style>
a { background-color: #916E15; }
a { background-color: rgb(145,110,21); }
div.DivClassName
{
background-color: #916E15;
}
.BgClassName
{
background-color: #916E15;
}
</style>
border-color css
<style>
span { border-color: #916E15; }
span { border-color: rgb(145,110,21); }
td.TdClassName
{
border-color: #916E15;
}
.TagClassName
{
border-color: #916E15;
}
</style>