Shades of Golden Brown #91710E
Tints of Golden Brown #91710E
RGB
CMYK
RGB Variations
Color information
#91710E (or 0x91710E) is known color: Golden Brown. HEX triplet: 91, 71 and 0E. RGB value is (145,113,14). Sum of RGB (Red+Green+Blue) = 145+113+14=272 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.31% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 145 - color contains mainly: red. Hex color #91710E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91710E is #6E8EF1. Grayscale: #6F6F6F. Windows color (decimal): -7245554 or 946577. OLE color: 946577.
HSL color Cylindrical-coordinate representation of color #91710E: hue angle of 45.34º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #91710E is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 113 | 14 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.43 |
| HSL | 45.34º | 0.82% | 0.31% | - |
| HSV(B) | 45.34º | 0.9% | 0.57% | - |
| XYZ | 17.66 | 17.86 | 2.93 | - |
| YUV | 111.28 | 73.1 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 113 | 14 | 0 | 0.22 | 0.90 | 0.43 | 45.34 | 0.82 | 0.31 |
| Hex | 91 | 71 | E | 0 | 16 | 5A | 2B | 2D | 52 | 1F |
| Octal | 221 | 161 | 16 | 0 | 26 | 132 | 53 | 55 | 122 | 37 |
| Binary | 10010001 | 1110001 | 1110 | 0 | 10110 | 1011010 | 101011 | 101101 | 1010010 | 11111 |
Color Harmonies of #91710E
Complementary color
Monochromatic Colors of #91710E
Black with #91710E
Text Example
Text Example
White with #91710E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91710E; }
p { color: rgb(145,113,14); }
H1.HeaderClassName
{
color: #91710E;
}
.AnyTagClassName
{
color: #91710E;
}
</style>
background-color css
<style>
a { background-color: #91710E; }
a { background-color: rgb(145,113,14); }
div.DivClassName
{
background-color: #91710E;
}
.BgClassName
{
background-color: #91710E;
}
</style>
border-color css
<style>
span { border-color: #91710E; }
span { border-color: rgb(145,113,14); }
td.TdClassName
{
border-color: #91710E;
}
.TagClassName
{
border-color: #91710E;
}
</style>