Shades of Golden Brown #996C08
Tints of Golden Brown #996C08
RGB
CMYK
RGB Variations
Color information
#996C08 (or 0x996C08) is known color: Golden Brown. HEX triplet: 99, 6C and 08. RGB value is (153,108,8). Sum of RGB (Red+Green+Blue) = 153+108+8=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #996C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996C08 is #6693F7. Grayscale: #6E6E6E. Windows color (decimal): -6722552 or 552089. OLE color: 552089.
HSL color Cylindrical-coordinate representation of color #996C08: hue angle of 41.38º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #996C08 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 108 | 8 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.4 |
| HSL | 41.38º | 0.9% | 0.32% | - |
| HSV(B) | 41.38º | 0.95% | 0.6% | - |
| XYZ | 18.54 | 17.51 | 2.63 | - |
| YUV | 110.06 | 70.41 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 8 | 0 | 0.29 | 0.95 | 0.4 | 41.38 | 0.9 | 0.32 |
| Hex | 99 | 6C | 8 | 0 | 1D | 5F | 28 | 29 | 5A | 20 |
| Octal | 231 | 154 | 10 | 0 | 35 | 137 | 50 | 51 | 132 | 40 |
| Binary | 10011001 | 1101100 | 1000 | 0 | 11101 | 1011111 | 101000 | 101001 | 1011010 | 100000 |
Color Harmonies of #996C08
Complementary color
Monochromatic Colors of #996C08
Black with #996C08
Text Example
Text Example
White with #996C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996C08; }
p { color: rgb(153,108,8); }
H1.HeaderClassName
{
color: #996C08;
}
.AnyTagClassName
{
color: #996C08;
}
</style>
background-color css
<style>
a { background-color: #996C08; }
a { background-color: rgb(153,108,8); }
div.DivClassName
{
background-color: #996C08;
}
.BgClassName
{
background-color: #996C08;
}
</style>
border-color css
<style>
span { border-color: #996C08; }
span { border-color: rgb(153,108,8); }
td.TdClassName
{
border-color: #996C08;
}
.TagClassName
{
border-color: #996C08;
}
</style>