Shades of Golden Brown #915D06
Tints of Golden Brown #915D06
RGB
CMYK
RGB Variations
Color information
#915D06 (or 0x915D06) is known color: Golden Brown. HEX triplet: 91, 5D and 06. RGB value is (145,93,6). Sum of RGB (Red+Green+Blue) = 145+93+6=244 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.43% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 145 - color contains mainly: red. Hex color #915D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915D06 is #6EA2F9. Grayscale: #636363. Windows color (decimal): -7250682 or 417169. OLE color: 417169.
HSL color Cylindrical-coordinate representation of color #915D06: hue angle of 37.55º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #915D06 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 93 | 6 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.43 |
| HSL | 37.55º | 0.92% | 0.3% | - |
| HSV(B) | 37.55º | 0.96% | 0.57% | - |
| XYZ | 15.62 | 13.86 | 2.02 | - |
| YUV | 98.63 | 75.73 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 6 | 0 | 0.36 | 0.96 | 0.43 | 37.55 | 0.92 | 0.3 |
| Hex | 91 | 5D | 6 | 0 | 24 | 60 | 2B | 26 | 5C | 1E |
| Octal | 221 | 135 | 6 | 0 | 44 | 140 | 53 | 46 | 134 | 36 |
| Binary | 10010001 | 1011101 | 110 | 0 | 100100 | 1100000 | 101011 | 100110 | 1011100 | 11110 |
Color Harmonies of #915D06
Complementary color
Monochromatic Colors of #915D06
Black with #915D06
Text Example
Text Example
White with #915D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915D06; }
p { color: rgb(145,93,6); }
H1.HeaderClassName
{
color: #915D06;
}
.AnyTagClassName
{
color: #915D06;
}
</style>
background-color css
<style>
a { background-color: #915D06; }
a { background-color: rgb(145,93,6); }
div.DivClassName
{
background-color: #915D06;
}
.BgClassName
{
background-color: #915D06;
}
</style>
border-color css
<style>
span { border-color: #915D06; }
span { border-color: rgb(145,93,6); }
td.TdClassName
{
border-color: #915D06;
}
.TagClassName
{
border-color: #915D06;
}
</style>