Shades of Golden Brown #915F0E
Tints of Golden Brown #915F0E
RGB
CMYK
RGB Variations
Color information
#915F0E (or 0x915F0E) is known color: Golden Brown. HEX triplet: 91, 5F and 0E. RGB value is (145,95,14). Sum of RGB (Red+Green+Blue) = 145+95+14=254 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.09% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 145 - color contains mainly: red. Hex color #915F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915F0E is #6EA0F1. Grayscale: #656565. Windows color (decimal): -7250162 or 941969. OLE color: 941969.
HSL color Cylindrical-coordinate representation of color #915F0E: hue angle of 37.1º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #915F0E is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 95 | 14 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.43 |
| HSL | 37.1º | 0.82% | 0.31% | - |
| HSV(B) | 37.1º | 0.9% | 0.57% | - |
| XYZ | 15.85 | 14.24 | 2.33 | - |
| YUV | 100.72 | 79.07 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 14 | 0 | 0.34 | 0.90 | 0.43 | 37.1 | 0.82 | 0.31 |
| Hex | 91 | 5F | E | 0 | 22 | 5A | 2B | 25 | 52 | 1F |
| Octal | 221 | 137 | 16 | 0 | 42 | 132 | 53 | 45 | 122 | 37 |
| Binary | 10010001 | 1011111 | 1110 | 0 | 100010 | 1011010 | 101011 | 100101 | 1010010 | 11111 |
Color Harmonies of #915F0E
Complementary color
Monochromatic Colors of #915F0E
Black with #915F0E
Text Example
Text Example
White with #915F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915F0E; }
p { color: rgb(145,95,14); }
H1.HeaderClassName
{
color: #915F0E;
}
.AnyTagClassName
{
color: #915F0E;
}
</style>
background-color css
<style>
a { background-color: #915F0E; }
a { background-color: rgb(145,95,14); }
div.DivClassName
{
background-color: #915F0E;
}
.BgClassName
{
background-color: #915F0E;
}
</style>
border-color css
<style>
span { border-color: #915F0E; }
span { border-color: rgb(145,95,14); }
td.TdClassName
{
border-color: #915F0E;
}
.TagClassName
{
border-color: #915F0E;
}
</style>