Shades of Golden Brown #996C04
Tints of Golden Brown #996C04
RGB
CMYK
RGB Variations
Color information
#996C04 (or 0x996C04) is known color: Golden Brown. HEX triplet: 99, 6C and 04. RGB value is (153,108,4). Sum of RGB (Red+Green+Blue) = 153+108+4=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #996C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996C04 is #6693FB. Grayscale: #6E6E6E. Windows color (decimal): -6722556 or 289945. OLE color: 289945.
HSL color Cylindrical-coordinate representation of color #996C04: hue angle of 41.88º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #996C04 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 108 | 4 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.4 |
| HSL | 41.88º | 0.95% | 0.31% | - |
| HSV(B) | 41.88º | 0.97% | 0.6% | - |
| XYZ | 18.52 | 17.51 | 2.52 | - |
| YUV | 109.6 | 68.41 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 4 | 0 | 0.29 | 0.97 | 0.4 | 41.88 | 0.95 | 0.31 |
| Hex | 99 | 6C | 4 | 0 | 1D | 61 | 28 | 2A | 5F | 1F |
| Octal | 231 | 154 | 4 | 0 | 35 | 141 | 50 | 52 | 137 | 37 |
| Binary | 10011001 | 1101100 | 100 | 0 | 11101 | 1100001 | 101000 | 101010 | 1011111 | 11111 |
Color Harmonies of #996C04
Complementary color
Monochromatic Colors of #996C04
Black with #996C04
Text Example
Text Example
White with #996C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996C04; }
p { color: rgb(153,108,4); }
H1.HeaderClassName
{
color: #996C04;
}
.AnyTagClassName
{
color: #996C04;
}
</style>
background-color css
<style>
a { background-color: #996C04; }
a { background-color: rgb(153,108,4); }
div.DivClassName
{
background-color: #996C04;
}
.BgClassName
{
background-color: #996C04;
}
</style>
border-color css
<style>
span { border-color: #996C04; }
span { border-color: rgb(153,108,4); }
td.TdClassName
{
border-color: #996C04;
}
.TagClassName
{
border-color: #996C04;
}
</style>