Shades of Golden Brown #916E05
Tints of Golden Brown #916E05
RGB
CMYK
RGB Variations
Color information
#916E05 (or 0x916E05) is known color: Golden Brown. HEX triplet: 91, 6E and 05. RGB value is (145,110,5). Sum of RGB (Red+Green+Blue) = 145+110+5=260 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.77% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 145 - color contains mainly: red. Hex color #916E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916E05 is #6E91FA. Grayscale: #6C6C6C. Windows color (decimal): -7246331 or 355985. OLE color: 355985.
HSL color Cylindrical-coordinate representation of color #916E05: hue angle of 45º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #916E05 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 110 | 5 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.43 |
| HSL | 45º | 0.93% | 0.29% | - |
| HSV(B) | 45º | 0.97% | 0.57% | - |
| XYZ | 17.28 | 17.18 | 2.55 | - |
| YUV | 108.5 | 69.6 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 5 | 0 | 0.24 | 0.97 | 0.43 | 45 | 0.93 | 0.29 |
| Hex | 91 | 6E | 5 | 0 | 18 | 61 | 2B | 2D | 5D | 1D |
| Octal | 221 | 156 | 5 | 0 | 30 | 141 | 53 | 55 | 135 | 35 |
| Binary | 10010001 | 1101110 | 101 | 0 | 11000 | 1100001 | 101011 | 101101 | 1011101 | 11101 |
Color Harmonies of #916E05
Complementary color
Monochromatic Colors of #916E05
Black with #916E05
Text Example
Text Example
White with #916E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916E05; }
p { color: rgb(145,110,5); }
H1.HeaderClassName
{
color: #916E05;
}
.AnyTagClassName
{
color: #916E05;
}
</style>
background-color css
<style>
a { background-color: #916E05; }
a { background-color: rgb(145,110,5); }
div.DivClassName
{
background-color: #916E05;
}
.BgClassName
{
background-color: #916E05;
}
</style>
border-color css
<style>
span { border-color: #916E05; }
span { border-color: rgb(145,110,5); }
td.TdClassName
{
border-color: #916E05;
}
.TagClassName
{
border-color: #916E05;
}
</style>