Shades of Tenne (Tawny) #CC6600
Tints of Tenne (Tawny) #CC6600
RGB
CMYK
RGB Variations
Color information
#CC6600 (or 0xCC6600) is known color: Tenne (Tawny). HEX triplet: CC, 66 and 00. RGB value is (204,102,0). Sum of RGB (Red+Green+Blue) = 204+102+0=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6600 is a web safe color. Inversed color of #CC6600 is #3399FF. Grayscale: #797979. Windows color (decimal): -3381760 or 26316. OLE color: 26316.
HSL color Cylindrical-coordinate representation of color #CC6600: hue angle of 30º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC6600 is Cyan = 0, Magento = 0.5, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 0 | - |
| CMYK | 0 | 0.5 | 1 | 0.2 |
| HSL | 30º | 1% | 0.4% | - |
| HSV(B) | 30º | 1% | 0.8% | - |
| XYZ | 29.65 | 22.34 | 2.75 | - |
| YUV | 120.87 | 59.79 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 0 | 0 | 0.5 | 1 | 0.2 | 30 | 1 | 0.4 |
| Hex | CC | 66 | 0 | 0 | 32 | 64 | 14 | 1E | 64 | 28 |
| Octal | 314 | 146 | 0 | 0 | 62 | 144 | 24 | 36 | 144 | 50 |
| Binary | 11001100 | 1100110 | 0 | 0 | 110010 | 1100100 | 10100 | 11110 | 1100100 | 101000 |
Color Harmonies of #CC6600
Complementary color
Monochromatic Colors of #CC6600
Black with #CC6600
Text Example
Text Example
White with #CC6600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6600; }
p { color: rgb(204,102,0); }
H1.HeaderClassName
{
color: #CC6600;
}
.AnyTagClassName
{
color: #CC6600;
}
</style>
background-color css
<style>
a { background-color: #CC6600; }
a { background-color: rgb(204,102,0); }
div.DivClassName
{
background-color: #CC6600;
}
.BgClassName
{
background-color: #CC6600;
}
</style>
border-color css
<style>
span { border-color: #CC6600; }
span { border-color: rgb(204,102,0); }
td.TdClassName
{
border-color: #CC6600;
}
.TagClassName
{
border-color: #CC6600;
}
</style>