Shades of Golden Brown #915F10
Tints of Golden Brown #915F10
RGB
CMYK
RGB Variations
Color information
#915F10 (or 0x915F10) is known color: Golden Brown. HEX triplet: 91, 5F and 10. RGB value is (145,95,16). Sum of RGB (Red+Green+Blue) = 145+95+16=256 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.64% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 145 - color contains mainly: red. Hex color #915F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915F10 is #6EA0EF. Grayscale: #656565. Windows color (decimal): -7250160 or 1073041. OLE color: 1073041.
HSL color Cylindrical-coordinate representation of color #915F10: hue angle of 36.74º 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 #915F10 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 95 | 16 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.43 |
| HSL | 36.74º | 0.8% | 0.32% | - |
| HSV(B) | 36.74º | 0.89% | 0.57% | - |
| XYZ | 15.86 | 14.24 | 2.4 | - |
| YUV | 100.94 | 80.07 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 16 | 0 | 0.34 | 0.89 | 0.43 | 36.74 | 0.8 | 0.32 |
| Hex | 91 | 5F | 10 | 0 | 22 | 59 | 2B | 25 | 50 | 20 |
| Octal | 221 | 137 | 20 | 0 | 42 | 131 | 53 | 45 | 120 | 40 |
| Binary | 10010001 | 1011111 | 10000 | 0 | 100010 | 1011001 | 101011 | 100101 | 1010000 | 100000 |
Color Harmonies of #915F10
Complementary color
Monochromatic Colors of #915F10
Black with #915F10
Text Example
Text Example
White with #915F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915F10; }
p { color: rgb(145,95,16); }
H1.HeaderClassName
{
color: #915F10;
}
.AnyTagClassName
{
color: #915F10;
}
</style>
background-color css
<style>
a { background-color: #915F10; }
a { background-color: rgb(145,95,16); }
div.DivClassName
{
background-color: #915F10;
}
.BgClassName
{
background-color: #915F10;
}
</style>
border-color css
<style>
span { border-color: #915F10; }
span { border-color: rgb(145,95,16); }
td.TdClassName
{
border-color: #915F10;
}
.TagClassName
{
border-color: #915F10;
}
</style>