Shades of Golden Brown #996817
Tints of Golden Brown #996817
RGB
CMYK
RGB Variations
Color information
#996817 (or 0x996817) is known color: Golden Brown. HEX triplet: 99, 68 and 17. RGB value is (153,104,23). Sum of RGB (Red+Green+Blue) = 153+104+23=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #996817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996817 is #6697E8. Grayscale: #6D6D6D. Windows color (decimal): -6723561 or 1534105. OLE color: 1534105.
HSL color Cylindrical-coordinate representation of color #996817: hue angle of 37.38º 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 #996817 is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 23 | - |
| CMYK | 0 | 0.32 | 0.85 | 0.4 |
| HSL | 37.38º | 0.74% | 0.35% | - |
| HSV(B) | 37.38º | 0.85% | 0.6% | - |
| XYZ | 18.24 | 16.73 | 3.08 | - |
| YUV | 109.42 | 79.23 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 23 | 0 | 0.32 | 0.85 | 0.4 | 37.38 | 0.74 | 0.35 |
| Hex | 99 | 68 | 17 | 0 | 20 | 55 | 28 | 25 | 4A | 23 |
| Octal | 231 | 150 | 27 | 0 | 40 | 125 | 50 | 45 | 112 | 43 |
| Binary | 10011001 | 1101000 | 10111 | 0 | 100000 | 1010101 | 101000 | 100101 | 1001010 | 100011 |
Color Harmonies of #996817
Complementary color
Monochromatic Colors of #996817
Black with #996817
Text Example
Text Example
White with #996817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996817; }
p { color: rgb(153,104,23); }
H1.HeaderClassName
{
color: #996817;
}
.AnyTagClassName
{
color: #996817;
}
</style>
background-color css
<style>
a { background-color: #996817; }
a { background-color: rgb(153,104,23); }
div.DivClassName
{
background-color: #996817;
}
.BgClassName
{
background-color: #996817;
}
</style>
border-color css
<style>
span { border-color: #996817; }
span { border-color: rgb(153,104,23); }
td.TdClassName
{
border-color: #996817;
}
.TagClassName
{
border-color: #996817;
}
</style>