Shades of Golden Brown #997608
Tints of Golden Brown #997608
RGB
CMYK
RGB Variations
Color information
#997608 (or 0x997608) is known color: Golden Brown. HEX triplet: 99, 76 and 08. RGB value is (153,118,8). Sum of RGB (Red+Green+Blue) = 153+118+8=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #997608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997608 is #6689F7. Grayscale: #747474. Windows color (decimal): -6719992 or 554649. OLE color: 554649.
HSL color Cylindrical-coordinate representation of color #997608: hue angle of 45.52º 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 #997608 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 8 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.4 |
| HSL | 45.52º | 0.9% | 0.32% | - |
| HSV(B) | 45.52º | 0.95% | 0.6% | - |
| XYZ | 19.66 | 19.75 | 3.01 | - |
| YUV | 115.93 | 67.1 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 8 | 0 | 0.23 | 0.95 | 0.4 | 45.52 | 0.9 | 0.32 |
| Hex | 99 | 76 | 8 | 0 | 17 | 5F | 28 | 2E | 5A | 20 |
| Octal | 231 | 166 | 10 | 0 | 27 | 137 | 50 | 56 | 132 | 40 |
| Binary | 10011001 | 1110110 | 1000 | 0 | 10111 | 1011111 | 101000 | 101110 | 1011010 | 100000 |
Color Harmonies of #997608
Complementary color
Monochromatic Colors of #997608
Black with #997608
Text Example
Text Example
White with #997608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997608; }
p { color: rgb(153,118,8); }
H1.HeaderClassName
{
color: #997608;
}
.AnyTagClassName
{
color: #997608;
}
</style>
background-color css
<style>
a { background-color: #997608; }
a { background-color: rgb(153,118,8); }
div.DivClassName
{
background-color: #997608;
}
.BgClassName
{
background-color: #997608;
}
</style>
border-color css
<style>
span { border-color: #997608; }
span { border-color: rgb(153,118,8); }
td.TdClassName
{
border-color: #997608;
}
.TagClassName
{
border-color: #997608;
}
</style>