Shades of Golden Brown #997708
Tints of Golden Brown #997708
RGB
CMYK
RGB Variations
Color information
#997708 (or 0x997708) is known color: Golden Brown. HEX triplet: 99, 77 and 08. RGB value is (153,119,8). Sum of RGB (Red+Green+Blue) = 153+119+8=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #997708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997708 is #6688F7. Grayscale: #747474. Windows color (decimal): -6719736 or 554905. OLE color: 554905.
HSL color Cylindrical-coordinate representation of color #997708: hue angle of 45.93º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #997708 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 119 | 8 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.4 |
| HSL | 45.93º | 0.9% | 0.32% | - |
| HSV(B) | 45.93º | 0.95% | 0.6% | - |
| XYZ | 19.78 | 19.98 | 3.04 | - |
| YUV | 116.51 | 66.76 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 8 | 0 | 0.22 | 0.95 | 0.4 | 45.93 | 0.9 | 0.32 |
| Hex | 99 | 77 | 8 | 0 | 16 | 5F | 28 | 2E | 5A | 20 |
| Octal | 231 | 167 | 10 | 0 | 26 | 137 | 50 | 56 | 132 | 40 |
| Binary | 10011001 | 1110111 | 1000 | 0 | 10110 | 1011111 | 101000 | 101110 | 1011010 | 100000 |
Color Harmonies of #997708
Complementary color
Monochromatic Colors of #997708
Black with #997708
Text Example
Text Example
White with #997708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997708; }
p { color: rgb(153,119,8); }
H1.HeaderClassName
{
color: #997708;
}
.AnyTagClassName
{
color: #997708;
}
</style>
background-color css
<style>
a { background-color: #997708; }
a { background-color: rgb(153,119,8); }
div.DivClassName
{
background-color: #997708;
}
.BgClassName
{
background-color: #997708;
}
</style>
border-color css
<style>
span { border-color: #997708; }
span { border-color: rgb(153,119,8); }
td.TdClassName
{
border-color: #997708;
}
.TagClassName
{
border-color: #997708;
}
</style>