Shades of Golden Brown #997701
Tints of Golden Brown #997701
RGB
CMYK
RGB Variations
Color information
#997701 (or 0x997701) is known color: Golden Brown. HEX triplet: 99, 77 and 01. RGB value is (153,119,1). Sum of RGB (Red+Green+Blue) = 153+119+1=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #997701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997701 is #6688FE. Grayscale: #747474. Windows color (decimal): -6719743 or 96153. OLE color: 96153.
HSL color Cylindrical-coordinate representation of color #997701: hue angle of 46.58º 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 #997701 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 119 | 1 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.4 |
| HSL | 46.58º | 0.99% | 0.3% | - |
| HSV(B) | 46.58º | 0.99% | 0.6% | - |
| XYZ | 19.74 | 19.97 | 2.84 | - |
| YUV | 115.71 | 63.26 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 1 | 0 | 0.22 | 0.99 | 0.4 | 46.58 | 0.99 | 0.3 |
| Hex | 99 | 77 | 1 | 0 | 16 | 63 | 28 | 2F | 63 | 1E |
| Octal | 231 | 167 | 1 | 0 | 26 | 143 | 50 | 57 | 143 | 36 |
| Binary | 10011001 | 1110111 | 1 | 0 | 10110 | 1100011 | 101000 | 101111 | 1100011 | 11110 |
Color Harmonies of #997701
Complementary color
Monochromatic Colors of #997701
Black with #997701
Text Example
Text Example
White with #997701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997701; }
p { color: rgb(153,119,1); }
H1.HeaderClassName
{
color: #997701;
}
.AnyTagClassName
{
color: #997701;
}
</style>
background-color css
<style>
a { background-color: #997701; }
a { background-color: rgb(153,119,1); }
div.DivClassName
{
background-color: #997701;
}
.BgClassName
{
background-color: #997701;
}
</style>
border-color css
<style>
span { border-color: #997701; }
span { border-color: rgb(153,119,1); }
td.TdClassName
{
border-color: #997701;
}
.TagClassName
{
border-color: #997701;
}
</style>