Shades of Golden Brown #916E13
Tints of Golden Brown #916E13
RGB
CMYK
RGB Variations
Color information
#916E13 (or 0x916E13) is known color: Golden Brown. HEX triplet: 91, 6E and 13. RGB value is (145,110,19). Sum of RGB (Red+Green+Blue) = 145+110+19=274 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.92% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 145 - color contains mainly: red. Hex color #916E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916E13 is #6E91EC. Grayscale: #6E6E6E. Windows color (decimal): -7246317 or 1273489. OLE color: 1273489.
HSL color Cylindrical-coordinate representation of color #916E13: hue angle of 43.33º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #916E13 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 110 | 19 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.43 |
| HSL | 43.33º | 0.77% | 0.32% | - |
| HSV(B) | 43.33º | 0.87% | 0.57% | - |
| XYZ | 17.37 | 17.22 | 3.02 | - |
| YUV | 110.09 | 76.6 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 19 | 0 | 0.24 | 0.87 | 0.43 | 43.33 | 0.77 | 0.32 |
| Hex | 91 | 6E | 13 | 0 | 18 | 57 | 2B | 2B | 4D | 20 |
| Octal | 221 | 156 | 23 | 0 | 30 | 127 | 53 | 53 | 115 | 40 |
| Binary | 10010001 | 1101110 | 10011 | 0 | 11000 | 1010111 | 101011 | 101011 | 1001101 | 100000 |
Color Harmonies of #916E13
Complementary color
Monochromatic Colors of #916E13
Black with #916E13
Text Example
Text Example
White with #916E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916E13; }
p { color: rgb(145,110,19); }
H1.HeaderClassName
{
color: #916E13;
}
.AnyTagClassName
{
color: #916E13;
}
</style>
background-color css
<style>
a { background-color: #916E13; }
a { background-color: rgb(145,110,19); }
div.DivClassName
{
background-color: #916E13;
}
.BgClassName
{
background-color: #916E13;
}
</style>
border-color css
<style>
span { border-color: #916E13; }
span { border-color: rgb(145,110,19); }
td.TdClassName
{
border-color: #916E13;
}
.TagClassName
{
border-color: #916E13;
}
</style>