Shades of Golden Brown #995705
Tints of Golden Brown #995705
RGB
CMYK
RGB Variations
Color information
#995705 (or 0x995705) is known color: Golden Brown. HEX triplet: 99, 57 and 05. RGB value is (153,87,5). Sum of RGB (Red+Green+Blue) = 153+87+5=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #995705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995705 is #66A8FA. Grayscale: #616161. Windows color (decimal): -6727931 or 350105. OLE color: 350105.
HSL color Cylindrical-coordinate representation of color #995705: hue angle of 33.24º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #995705 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 87 | 5 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.4 |
| HSL | 33.24º | 0.94% | 0.31% | - |
| HSV(B) | 33.24º | 0.97% | 0.6% | - |
| XYZ | 16.57 | 13.6 | 1.9 | - |
| YUV | 97.39 | 75.87 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 87 | 5 | 0 | 0.43 | 0.97 | 0.4 | 33.24 | 0.94 | 0.31 |
| Hex | 99 | 57 | 5 | 0 | 2B | 61 | 28 | 21 | 5E | 1F |
| Octal | 231 | 127 | 5 | 0 | 53 | 141 | 50 | 41 | 136 | 37 |
| Binary | 10011001 | 1010111 | 101 | 0 | 101011 | 1100001 | 101000 | 100001 | 1011110 | 11111 |
Color Harmonies of #995705
Complementary color
Monochromatic Colors of #995705
Black with #995705
Text Example
Text Example
White with #995705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995705; }
p { color: rgb(153,87,5); }
H1.HeaderClassName
{
color: #995705;
}
.AnyTagClassName
{
color: #995705;
}
</style>
background-color css
<style>
a { background-color: #995705; }
a { background-color: rgb(153,87,5); }
div.DivClassName
{
background-color: #995705;
}
.BgClassName
{
background-color: #995705;
}
</style>
border-color css
<style>
span { border-color: #995705; }
span { border-color: rgb(153,87,5); }
td.TdClassName
{
border-color: #995705;
}
.TagClassName
{
border-color: #995705;
}
</style>