Shades of Golden Brown #997805
Tints of Golden Brown #997805
RGB
CMYK
RGB Variations
Color information
#997805 (or 0x997805) is known color: Golden Brown. HEX triplet: 99, 78 and 05. RGB value is (153,120,5). Sum of RGB (Red+Green+Blue) = 153+120+5=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #997805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997805 is #6687FA. Grayscale: #757575. Windows color (decimal): -6719483 or 358553. OLE color: 358553.
HSL color Cylindrical-coordinate representation of color #997805: hue angle of 46.62º 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 #997805 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 120 | 5 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.4 |
| HSL | 46.62º | 0.94% | 0.31% | - |
| HSV(B) | 46.62º | 0.97% | 0.6% | - |
| XYZ | 19.88 | 20.22 | 3 | - |
| YUV | 116.76 | 64.93 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 5 | 0 | 0.22 | 0.97 | 0.4 | 46.62 | 0.94 | 0.31 |
| Hex | 99 | 78 | 5 | 0 | 16 | 61 | 28 | 2F | 5E | 1F |
| Octal | 231 | 170 | 5 | 0 | 26 | 141 | 50 | 57 | 136 | 37 |
| Binary | 10011001 | 1111000 | 101 | 0 | 10110 | 1100001 | 101000 | 101111 | 1011110 | 11111 |
Color Harmonies of #997805
Complementary color
Monochromatic Colors of #997805
Black with #997805
Text Example
Text Example
White with #997805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997805; }
p { color: rgb(153,120,5); }
H1.HeaderClassName
{
color: #997805;
}
.AnyTagClassName
{
color: #997805;
}
</style>
background-color css
<style>
a { background-color: #997805; }
a { background-color: rgb(153,120,5); }
div.DivClassName
{
background-color: #997805;
}
.BgClassName
{
background-color: #997805;
}
</style>
border-color css
<style>
span { border-color: #997805; }
span { border-color: rgb(153,120,5); }
td.TdClassName
{
border-color: #997805;
}
.TagClassName
{
border-color: #997805;
}
</style>