Shades of Golden Brown #956005
Tints of Golden Brown #956005
RGB
CMYK
RGB Variations
Color information
#956005 (or 0x956005) is known color: Golden Brown. HEX triplet: 95, 60 and 05. RGB value is (149,96,5). Sum of RGB (Red+Green+Blue) = 149+96+5=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #956005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956005 is #6A9FFA. Grayscale: #656565. Windows color (decimal): -6987771 or 352405. OLE color: 352405.
HSL color Cylindrical-coordinate representation of color #956005: hue angle of 37.92º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #956005 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 96 | 5 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.42 |
| HSL | 37.92º | 0.94% | 0.3% | - |
| HSV(B) | 37.92º | 0.97% | 0.58% | - |
| XYZ | 16.6 | 14.77 | 2.12 | - |
| YUV | 101.47 | 73.56 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 96 | 5 | 0 | 0.36 | 0.97 | 0.42 | 37.92 | 0.94 | 0.3 |
| Hex | 95 | 60 | 5 | 0 | 24 | 61 | 2A | 26 | 5E | 1E |
| Octal | 225 | 140 | 5 | 0 | 44 | 141 | 52 | 46 | 136 | 36 |
| Binary | 10010101 | 1100000 | 101 | 0 | 100100 | 1100001 | 101010 | 100110 | 1011110 | 11110 |
Color Harmonies of #956005
Complementary color
Monochromatic Colors of #956005
Black with #956005
Text Example
Text Example
White with #956005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956005; }
p { color: rgb(149,96,5); }
H1.HeaderClassName
{
color: #956005;
}
.AnyTagClassName
{
color: #956005;
}
</style>
background-color css
<style>
a { background-color: #956005; }
a { background-color: rgb(149,96,5); }
div.DivClassName
{
background-color: #956005;
}
.BgClassName
{
background-color: #956005;
}
</style>
border-color css
<style>
span { border-color: #956005; }
span { border-color: rgb(149,96,5); }
td.TdClassName
{
border-color: #956005;
}
.TagClassName
{
border-color: #956005;
}
</style>