Shades of Golden Brown #955602
Tints of Golden Brown #955602
RGB
CMYK
RGB Variations
Color information
#955602 (or 0x955602) is known color: Golden Brown. HEX triplet: 95, 56 and 02. RGB value is (149,86,2). Sum of RGB (Red+Green+Blue) = 149+86+2=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #955602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955602 is #6AA9FD. Grayscale: #5F5F5F. Windows color (decimal): -6990334 or 153237. OLE color: 153237.
HSL color Cylindrical-coordinate representation of color #955602: hue angle of 34.29º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #955602 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 86 | 2 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.42 |
| HSL | 34.29º | 0.97% | 0.3% | - |
| HSV(B) | 34.29º | 0.99% | 0.58% | - |
| XYZ | 15.73 | 13.05 | 1.75 | - |
| YUV | 95.26 | 75.37 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 86 | 2 | 0 | 0.42 | 0.99 | 0.42 | 34.29 | 0.97 | 0.3 |
| Hex | 95 | 56 | 2 | 0 | 2A | 63 | 2A | 22 | 61 | 1E |
| Octal | 225 | 126 | 2 | 0 | 52 | 143 | 52 | 42 | 141 | 36 |
| Binary | 10010101 | 1010110 | 10 | 0 | 101010 | 1100011 | 101010 | 100010 | 1100001 | 11110 |
Color Harmonies of #955602
Complementary color
Monochromatic Colors of #955602
Black with #955602
Text Example
Text Example
White with #955602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955602; }
p { color: rgb(149,86,2); }
H1.HeaderClassName
{
color: #955602;
}
.AnyTagClassName
{
color: #955602;
}
</style>
background-color css
<style>
a { background-color: #955602; }
a { background-color: rgb(149,86,2); }
div.DivClassName
{
background-color: #955602;
}
.BgClassName
{
background-color: #955602;
}
</style>
border-color css
<style>
span { border-color: #955602; }
span { border-color: rgb(149,86,2); }
td.TdClassName
{
border-color: #955602;
}
.TagClassName
{
border-color: #955602;
}
</style>