Shades of Golden Brown #956E00
Tints of Golden Brown #956E00
RGB
CMYK
RGB Variations
Color information
#956E00 (or 0x956E00) is known color: Golden Brown. HEX triplet: 95, 6E and 00. RGB value is (149,110,0). Sum of RGB (Red+Green+Blue) = 149+110+0=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 110 (43.36% from 255 or 42.47% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #956E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956E00 is #6A91FF. Grayscale: #6D6D6D. Windows color (decimal): -6984192 or 28309. OLE color: 28309.
HSL color Cylindrical-coordinate representation of color #956E00: hue angle of 44.3º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #956E00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 110 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.42 |
| HSL | 44.3º | 1% | 0.29% | - |
| HSV(B) | 44.3º | 1% | 0.58% | - |
| XYZ | 17.97 | 17.54 | 2.44 | - |
| YUV | 109.12 | 66.42 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 110 | 0 | 0 | 0.26 | 1 | 0.42 | 44.3 | 1 | 0.29 |
| Hex | 95 | 6E | 0 | 0 | 1A | 64 | 2A | 2C | 64 | 1D |
| Octal | 225 | 156 | 0 | 0 | 32 | 144 | 52 | 54 | 144 | 35 |
| Binary | 10010101 | 1101110 | 0 | 0 | 11010 | 1100100 | 101010 | 101100 | 1100100 | 11101 |
Color Harmonies of #956E00
Complementary color
Monochromatic Colors of #956E00
Black with #956E00
Text Example
Text Example
White with #956E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956E00; }
p { color: rgb(149,110,0); }
H1.HeaderClassName
{
color: #956E00;
}
.AnyTagClassName
{
color: #956E00;
}
</style>
background-color css
<style>
a { background-color: #956E00; }
a { background-color: rgb(149,110,0); }
div.DivClassName
{
background-color: #956E00;
}
.BgClassName
{
background-color: #956E00;
}
</style>
border-color css
<style>
span { border-color: #956E00; }
span { border-color: rgb(149,110,0); }
td.TdClassName
{
border-color: #956E00;
}
.TagClassName
{
border-color: #956E00;
}
</style>