Shades of Tenne (Tawny) #CC4706
Tints of Tenne (Tawny) #CC4706
RGB
CMYK
RGB Variations
Color information
#CC4706 (or 0xCC4706) is known color: Tenne (Tawny). HEX triplet: CC, 47 and 06. RGB value is (204,71,6). Sum of RGB (Red+Green+Blue) = 204+71+6=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4706 is #33B8F9. Grayscale: #676767. Windows color (decimal): -3389690 or 411596. OLE color: 411596.
HSL color Cylindrical-coordinate representation of color #CC4706: hue angle of 19.7º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC4706 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 71 | 6 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.2 |
| HSL | 19.7º | 0.94% | 0.41% | - |
| HSV(B) | 19.7º | 0.97% | 0.8% | - |
| XYZ | 27.19 | 17.36 | 2.09 | - |
| YUV | 103.36 | 73.06 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 6 | 0 | 0.65 | 0.97 | 0.2 | 19.7 | 0.94 | 0.41 |
| Hex | CC | 47 | 6 | 0 | 41 | 61 | 14 | 14 | 5E | 29 |
| Octal | 314 | 107 | 6 | 0 | 101 | 141 | 24 | 24 | 136 | 51 |
| Binary | 11001100 | 1000111 | 110 | 0 | 1000001 | 1100001 | 10100 | 10100 | 1011110 | 101001 |
Color Harmonies of #CC4706
Complementary color
Monochromatic Colors of #CC4706
Black with #CC4706
Text Example
Text Example
White with #CC4706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4706; }
p { color: rgb(204,71,6); }
H1.HeaderClassName
{
color: #CC4706;
}
.AnyTagClassName
{
color: #CC4706;
}
</style>
background-color css
<style>
a { background-color: #CC4706; }
a { background-color: rgb(204,71,6); }
div.DivClassName
{
background-color: #CC4706;
}
.BgClassName
{
background-color: #CC4706;
}
</style>
border-color css
<style>
span { border-color: #CC4706; }
span { border-color: rgb(204,71,6); }
td.TdClassName
{
border-color: #CC4706;
}
.TagClassName
{
border-color: #CC4706;
}
</style>