Shades of Golden Brown #995601
Tints of Golden Brown #995601
RGB
CMYK
RGB Variations
Color information
#995601 (or 0x995601) is known color: Golden Brown. HEX triplet: 99, 56 and 01. RGB value is (153,86,1). Sum of RGB (Red+Green+Blue) = 153+86+1=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #995601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995601 is #66A9FE. Grayscale: #606060. Windows color (decimal): -6728191 or 87705. OLE color: 87705.
HSL color Cylindrical-coordinate representation of color #995601: hue angle of 33.55º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #995601 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 86 | 1 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.4 |
| HSL | 33.55º | 0.99% | 0.3% | - |
| HSV(B) | 33.55º | 0.99% | 0.6% | - |
| XYZ | 16.47 | 13.43 | 1.75 | - |
| YUV | 96.34 | 74.2 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 86 | 1 | 0 | 0.44 | 0.99 | 0.4 | 33.55 | 0.99 | 0.3 |
| Hex | 99 | 56 | 1 | 0 | 2C | 63 | 28 | 22 | 63 | 1E |
| Octal | 231 | 126 | 1 | 0 | 54 | 143 | 50 | 42 | 143 | 36 |
| Binary | 10011001 | 1010110 | 1 | 0 | 101100 | 1100011 | 101000 | 100010 | 1100011 | 11110 |
Color Harmonies of #995601
Complementary color
Monochromatic Colors of #995601
Black with #995601
Text Example
Text Example
White with #995601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995601; }
p { color: rgb(153,86,1); }
H1.HeaderClassName
{
color: #995601;
}
.AnyTagClassName
{
color: #995601;
}
</style>
background-color css
<style>
a { background-color: #995601; }
a { background-color: rgb(153,86,1); }
div.DivClassName
{
background-color: #995601;
}
.BgClassName
{
background-color: #995601;
}
</style>
border-color css
<style>
span { border-color: #995601; }
span { border-color: rgb(153,86,1); }
td.TdClassName
{
border-color: #995601;
}
.TagClassName
{
border-color: #995601;
}
</style>