Shades of Golden Brown #915915
Tints of Golden Brown #915915
RGB
CMYK
RGB Variations
Color information
#915915 (or 0x915915) is known color: Golden Brown. HEX triplet: 91, 59 and 15. RGB value is (145,89,21). Sum of RGB (Red+Green+Blue) = 145+89+21=255 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.86% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 145 - color contains mainly: red. Hex color #915915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915915 is #6EA6EA. Grayscale: #626262. Windows color (decimal): -7251691 or 1399185. OLE color: 1399185.
HSL color Cylindrical-coordinate representation of color #915915: hue angle of 32.9º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #915915 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 89 | 21 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.43 |
| HSL | 32.9º | 0.75% | 0.33% | - |
| HSV(B) | 32.9º | 0.86% | 0.57% | - |
| XYZ | 15.38 | 13.22 | 2.45 | - |
| YUV | 97.99 | 84.55 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 21 | 0 | 0.39 | 0.86 | 0.43 | 32.9 | 0.75 | 0.33 |
| Hex | 91 | 59 | 15 | 0 | 27 | 56 | 2B | 21 | 4B | 21 |
| Octal | 221 | 131 | 25 | 0 | 47 | 126 | 53 | 41 | 113 | 41 |
| Binary | 10010001 | 1011001 | 10101 | 0 | 100111 | 1010110 | 101011 | 100001 | 1001011 | 100001 |
Color Harmonies of #915915
Complementary color
Monochromatic Colors of #915915
Black with #915915
Text Example
Text Example
White with #915915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915915; }
p { color: rgb(145,89,21); }
H1.HeaderClassName
{
color: #915915;
}
.AnyTagClassName
{
color: #915915;
}
</style>
background-color css
<style>
a { background-color: #915915; }
a { background-color: rgb(145,89,21); }
div.DivClassName
{
background-color: #915915;
}
.BgClassName
{
background-color: #915915;
}
</style>
border-color css
<style>
span { border-color: #915915; }
span { border-color: rgb(145,89,21); }
td.TdClassName
{
border-color: #915915;
}
.TagClassName
{
border-color: #915915;
}
</style>