Shades of Golden Brown #996306
Tints of Golden Brown #996306
RGB
CMYK
RGB Variations
Color information
#996306 (or 0x996306) is known color: Golden Brown. HEX triplet: 99, 63 and 06. RGB value is (153,99,6). Sum of RGB (Red+Green+Blue) = 153+99+6=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #996306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996306 is #669CF9. Grayscale: #686868. Windows color (decimal): -6724858 or 418713. OLE color: 418713.
HSL color Cylindrical-coordinate representation of color #996306: hue angle of 37.96º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #996306 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 99 | 6 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.4 |
| HSL | 37.96º | 0.92% | 0.31% | - |
| HSV(B) | 37.96º | 0.96% | 0.6% | - |
| XYZ | 17.63 | 15.71 | 2.28 | - |
| YUV | 104.54 | 72.39 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 6 | 0 | 0.35 | 0.96 | 0.4 | 37.96 | 0.92 | 0.31 |
| Hex | 99 | 63 | 6 | 0 | 23 | 60 | 28 | 26 | 5C | 1F |
| Octal | 231 | 143 | 6 | 0 | 43 | 140 | 50 | 46 | 134 | 37 |
| Binary | 10011001 | 1100011 | 110 | 0 | 100011 | 1100000 | 101000 | 100110 | 1011100 | 11111 |
Color Harmonies of #996306
Complementary color
Monochromatic Colors of #996306
Black with #996306
Text Example
Text Example
White with #996306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996306; }
p { color: rgb(153,99,6); }
H1.HeaderClassName
{
color: #996306;
}
.AnyTagClassName
{
color: #996306;
}
</style>
background-color css
<style>
a { background-color: #996306; }
a { background-color: rgb(153,99,6); }
div.DivClassName
{
background-color: #996306;
}
.BgClassName
{
background-color: #996306;
}
</style>
border-color css
<style>
span { border-color: #996306; }
span { border-color: rgb(153,99,6); }
td.TdClassName
{
border-color: #996306;
}
.TagClassName
{
border-color: #996306;
}
</style>