Shades of Golden Brown #955600
Tints of Golden Brown #955600
RGB
CMYK
RGB Variations
Color information
#955600 (or 0x955600) is known color: Golden Brown. HEX triplet: 95, 56 and 00. RGB value is (149,86,0). Sum of RGB (Red+Green+Blue) = 149+86+0=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #955600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955600 is #6AA9FF. Grayscale: #5F5F5F. Windows color (decimal): -6990336 or 22165. OLE color: 22165.
HSL color Cylindrical-coordinate representation of color #955600: hue angle of 34.63º 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 #955600 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 86 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.42 |
| HSL | 34.63º | 1% | 0.29% | - |
| HSV(B) | 34.63º | 1% | 0.58% | - |
| XYZ | 15.72 | 13.05 | 1.69 | - |
| YUV | 95.03 | 74.37 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 86 | 0 | 0 | 0.42 | 1 | 0.42 | 34.63 | 1 | 0.29 |
| Hex | 95 | 56 | 0 | 0 | 2A | 64 | 2A | 23 | 64 | 1D |
| Octal | 225 | 126 | 0 | 0 | 52 | 144 | 52 | 43 | 144 | 35 |
| Binary | 10010101 | 1010110 | 0 | 0 | 101010 | 1100100 | 101010 | 100011 | 1100100 | 11101 |
Color Harmonies of #955600
Complementary color
Monochromatic Colors of #955600
Black with #955600
Text Example
Text Example
White with #955600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955600; }
p { color: rgb(149,86,0); }
H1.HeaderClassName
{
color: #955600;
}
.AnyTagClassName
{
color: #955600;
}
</style>
background-color css
<style>
a { background-color: #955600; }
a { background-color: rgb(149,86,0); }
div.DivClassName
{
background-color: #955600;
}
.BgClassName
{
background-color: #955600;
}
</style>
border-color css
<style>
span { border-color: #955600; }
span { border-color: rgb(149,86,0); }
td.TdClassName
{
border-color: #955600;
}
.TagClassName
{
border-color: #955600;
}
</style>