Shades of Golden Brown #915F16
Tints of Golden Brown #915F16
RGB
CMYK
RGB Variations
Color information
#915F16 (or 0x915F16) is known color: Golden Brown. HEX triplet: 91, 5F and 16. RGB value is (145,95,22). Sum of RGB (Red+Green+Blue) = 145+95+22=262 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.34% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 145 - color contains mainly: red. Hex color #915F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915F16 is #6EA0E9. Grayscale: #656565. Windows color (decimal): -7250154 or 1466257. OLE color: 1466257.
HSL color Cylindrical-coordinate representation of color #915F16: hue angle of 35.61º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #915F16 is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 95 | 22 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.43 |
| HSL | 35.61º | 0.74% | 0.33% | - |
| HSV(B) | 35.61º | 0.85% | 0.57% | - |
| XYZ | 15.91 | 14.26 | 2.67 | - |
| YUV | 101.63 | 83.07 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 22 | 0 | 0.34 | 0.85 | 0.43 | 35.61 | 0.74 | 0.33 |
| Hex | 91 | 5F | 16 | 0 | 22 | 55 | 2B | 24 | 4A | 21 |
| Octal | 221 | 137 | 26 | 0 | 42 | 125 | 53 | 44 | 112 | 41 |
| Binary | 10010001 | 1011111 | 10110 | 0 | 100010 | 1010101 | 101011 | 100100 | 1001010 | 100001 |
Color Harmonies of #915F16
Complementary color
Monochromatic Colors of #915F16
Black with #915F16
Text Example
Text Example
White with #915F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915F16; }
p { color: rgb(145,95,22); }
H1.HeaderClassName
{
color: #915F16;
}
.AnyTagClassName
{
color: #915F16;
}
</style>
background-color css
<style>
a { background-color: #915F16; }
a { background-color: rgb(145,95,22); }
div.DivClassName
{
background-color: #915F16;
}
.BgClassName
{
background-color: #915F16;
}
</style>
border-color css
<style>
span { border-color: #915F16; }
span { border-color: rgb(145,95,22); }
td.TdClassName
{
border-color: #915F16;
}
.TagClassName
{
border-color: #915F16;
}
</style>