Shades of Tenne (Tawny) #CC6804
Tints of Tenne (Tawny) #CC6804
RGB
CMYK
RGB Variations
Color information
#CC6804 (or 0xCC6804) is known color: Tenne (Tawny). HEX triplet: CC, 68 and 04. RGB value is (204,104,4). Sum of RGB (Red+Green+Blue) = 204+104+4=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6804 is #3397FB. Grayscale: #7B7B7B. Windows color (decimal): -3381244 or 288972. OLE color: 288972.
HSL color Cylindrical-coordinate representation of color #CC6804: hue angle of 30º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC6804 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 4 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.2 |
| HSL | 30º | 0.96% | 0.41% | - |
| HSV(B) | 30º | 0.98% | 0.8% | - |
| XYZ | 29.87 | 22.75 | 2.93 | - |
| YUV | 122.5 | 61.13 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 4 | 0 | 0.49 | 0.98 | 0.2 | 30 | 0.96 | 0.41 |
| Hex | CC | 68 | 4 | 0 | 31 | 62 | 14 | 1E | 60 | 29 |
| Octal | 314 | 150 | 4 | 0 | 61 | 142 | 24 | 36 | 140 | 51 |
| Binary | 11001100 | 1101000 | 100 | 0 | 110001 | 1100010 | 10100 | 11110 | 1100000 | 101001 |
Color Harmonies of #CC6804
Complementary color
Monochromatic Colors of #CC6804
Black with #CC6804
Text Example
Text Example
White with #CC6804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6804; }
p { color: rgb(204,104,4); }
H1.HeaderClassName
{
color: #CC6804;
}
.AnyTagClassName
{
color: #CC6804;
}
</style>
background-color css
<style>
a { background-color: #CC6804; }
a { background-color: rgb(204,104,4); }
div.DivClassName
{
background-color: #CC6804;
}
.BgClassName
{
background-color: #CC6804;
}
</style>
border-color css
<style>
span { border-color: #CC6804; }
span { border-color: rgb(204,104,4); }
td.TdClassName
{
border-color: #CC6804;
}
.TagClassName
{
border-color: #CC6804;
}
</style>