Shades of Golden Brown #996917
Tints of Golden Brown #996917
RGB
CMYK
RGB Variations
Color information
#996917 (or 0x996917) is known color: Golden Brown. HEX triplet: 99, 69 and 17. RGB value is (153,105,23). Sum of RGB (Red+Green+Blue) = 153+105+23=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #996917 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996917 is #6696E8. Grayscale: #6E6E6E. Windows color (decimal): -6723305 or 1534361. OLE color: 1534361.
HSL color Cylindrical-coordinate representation of color #996917: hue angle of 37.85º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #996917 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 105 | 23 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.4 |
| HSL | 37.85º | 0.74% | 0.35% | - |
| HSV(B) | 37.85º | 0.85% | 0.6% | - |
| XYZ | 18.34 | 16.94 | 3.11 | - |
| YUV | 110 | 78.9 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 23 | 0 | 0.31 | 0.85 | 0.4 | 37.85 | 0.74 | 0.35 |
| Hex | 99 | 69 | 17 | 0 | 1F | 55 | 28 | 26 | 4A | 23 |
| Octal | 231 | 151 | 27 | 0 | 37 | 125 | 50 | 46 | 112 | 43 |
| Binary | 10011001 | 1101001 | 10111 | 0 | 11111 | 1010101 | 101000 | 100110 | 1001010 | 100011 |
Color Harmonies of #996917
Complementary color
Monochromatic Colors of #996917
Black with #996917
Text Example
Text Example
White with #996917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996917; }
p { color: rgb(153,105,23); }
H1.HeaderClassName
{
color: #996917;
}
.AnyTagClassName
{
color: #996917;
}
</style>
background-color css
<style>
a { background-color: #996917; }
a { background-color: rgb(153,105,23); }
div.DivClassName
{
background-color: #996917;
}
.BgClassName
{
background-color: #996917;
}
</style>
border-color css
<style>
span { border-color: #996917; }
span { border-color: rgb(153,105,23); }
td.TdClassName
{
border-color: #996917;
}
.TagClassName
{
border-color: #996917;
}
</style>