Shades of Golden Brown #916E0B
Tints of Golden Brown #916E0B
RGB
CMYK
RGB Variations
Color information
#916E0B (or 0x916E0B) is known color: Golden Brown. HEX triplet: 91, 6E and 0B. RGB value is (145,110,11). Sum of RGB (Red+Green+Blue) = 145+110+11=266 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.51% from 266); Green value is 110 (43.36% from 255 or 41.35% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 145 - color contains mainly: red. Hex color #916E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916E0B is #6E91F4. Grayscale: #6D6D6D. Windows color (decimal): -7246325 or 749201. OLE color: 749201.
HSL color Cylindrical-coordinate representation of color #916E0B: hue angle of 44.33º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #916E0B is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 110 | 11 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.43 |
| HSL | 44.33º | 0.86% | 0.31% | - |
| HSV(B) | 44.33º | 0.92% | 0.57% | - |
| XYZ | 17.31 | 17.2 | 2.72 | - |
| YUV | 109.18 | 72.6 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 11 | 0 | 0.24 | 0.92 | 0.43 | 44.33 | 0.86 | 0.31 |
| Hex | 91 | 6E | B | 0 | 18 | 5C | 2B | 2C | 56 | 1F |
| Octal | 221 | 156 | 13 | 0 | 30 | 134 | 53 | 54 | 126 | 37 |
| Binary | 10010001 | 1101110 | 1011 | 0 | 11000 | 1011100 | 101011 | 101100 | 1010110 | 11111 |
Color Harmonies of #916E0B
Complementary color
Monochromatic Colors of #916E0B
Black with #916E0B
Text Example
Text Example
White with #916E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916E0B; }
p { color: rgb(145,110,11); }
H1.HeaderClassName
{
color: #916E0B;
}
.AnyTagClassName
{
color: #916E0B;
}
</style>
background-color css
<style>
a { background-color: #916E0B; }
a { background-color: rgb(145,110,11); }
div.DivClassName
{
background-color: #916E0B;
}
.BgClassName
{
background-color: #916E0B;
}
</style>
border-color css
<style>
span { border-color: #916E0B; }
span { border-color: rgb(145,110,11); }
td.TdClassName
{
border-color: #916E0B;
}
.TagClassName
{
border-color: #916E0B;
}
</style>