Shades of Golden Brown #915510
Tints of Golden Brown #915510
RGB
CMYK
RGB Variations
Color information
#915510 (or 0x915510) is known color: Golden Brown. HEX triplet: 91, 55 and 10. RGB value is (145,85,16). Sum of RGB (Red+Green+Blue) = 145+85+16=246 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.94% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 145 - color contains mainly: red. Hex color #915510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915510 is #6EAAEF. Grayscale: #5F5F5F. Windows color (decimal): -7252720 or 1070481. OLE color: 1070481.
HSL color Cylindrical-coordinate representation of color #915510: hue angle of 32.09º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #915510 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 85 | 16 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.43 |
| HSL | 32.09º | 0.8% | 0.32% | - |
| HSV(B) | 32.09º | 0.89% | 0.57% | - |
| XYZ | 15.02 | 12.55 | 2.12 | - |
| YUV | 95.07 | 83.38 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 85 | 16 | 0 | 0.41 | 0.89 | 0.43 | 32.09 | 0.8 | 0.32 |
| Hex | 91 | 55 | 10 | 0 | 29 | 59 | 2B | 20 | 50 | 20 |
| Octal | 221 | 125 | 20 | 0 | 51 | 131 | 53 | 40 | 120 | 40 |
| Binary | 10010001 | 1010101 | 10000 | 0 | 101001 | 1011001 | 101011 | 100000 | 1010000 | 100000 |
Color Harmonies of #915510
Complementary color
Monochromatic Colors of #915510
Black with #915510
Text Example
Text Example
White with #915510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915510; }
p { color: rgb(145,85,16); }
H1.HeaderClassName
{
color: #915510;
}
.AnyTagClassName
{
color: #915510;
}
</style>
background-color css
<style>
a { background-color: #915510; }
a { background-color: rgb(145,85,16); }
div.DivClassName
{
background-color: #915510;
}
.BgClassName
{
background-color: #915510;
}
</style>
border-color css
<style>
span { border-color: #915510; }
span { border-color: rgb(145,85,16); }
td.TdClassName
{
border-color: #915510;
}
.TagClassName
{
border-color: #915510;
}
</style>