Shades of Golden Brown #996614
Tints of Golden Brown #996614
RGB
CMYK
RGB Variations
Color information
#996614 (or 0x996614) is known color: Golden Brown. HEX triplet: 99, 66 and 14. RGB value is (153,102,20). Sum of RGB (Red+Green+Blue) = 153+102+20=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 102 (40.23% from 255 or 37.09% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #996614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996614 is #6699EB. Grayscale: #6C6C6C. Windows color (decimal): -6724076 or 1336985. OLE color: 1336985.
HSL color Cylindrical-coordinate representation of color #996614: hue angle of 36.99º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #996614 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 20 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.4 |
| HSL | 36.99º | 0.77% | 0.34% | - |
| HSV(B) | 36.99º | 0.87% | 0.6% | - |
| XYZ | 18.01 | 16.33 | 2.86 | - |
| YUV | 107.9 | 78.4 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 20 | 0 | 0.33 | 0.87 | 0.4 | 36.99 | 0.77 | 0.34 |
| Hex | 99 | 66 | 14 | 0 | 21 | 57 | 28 | 25 | 4D | 22 |
| Octal | 231 | 146 | 24 | 0 | 41 | 127 | 50 | 45 | 115 | 42 |
| Binary | 10011001 | 1100110 | 10100 | 0 | 100001 | 1010111 | 101000 | 100101 | 1001101 | 100010 |
Color Harmonies of #996614
Complementary color
Monochromatic Colors of #996614
Black with #996614
Text Example
Text Example
White with #996614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996614; }
p { color: rgb(153,102,20); }
H1.HeaderClassName
{
color: #996614;
}
.AnyTagClassName
{
color: #996614;
}
</style>
background-color css
<style>
a { background-color: #996614; }
a { background-color: rgb(153,102,20); }
div.DivClassName
{
background-color: #996614;
}
.BgClassName
{
background-color: #996614;
}
</style>
border-color css
<style>
span { border-color: #996614; }
span { border-color: rgb(153,102,20); }
td.TdClassName
{
border-color: #996614;
}
.TagClassName
{
border-color: #996614;
}
</style>