Shades of Tenne (Tawny) #CC4906
Tints of Tenne (Tawny) #CC4906
RGB
CMYK
RGB Variations
Color information
#CC4906 (or 0xCC4906) is known color: Tenne (Tawny). HEX triplet: CC, 49 and 06. RGB value is (204,73,6). Sum of RGB (Red+Green+Blue) = 204+73+6=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4906 is #33B6F9. Grayscale: #686868. Windows color (decimal): -3389178 or 412108. OLE color: 412108.
HSL color Cylindrical-coordinate representation of color #CC4906: hue angle of 20.3º 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 #CC4906 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 6 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.2 |
| HSL | 20.3º | 0.94% | 0.41% | - |
| HSV(B) | 20.3º | 0.97% | 0.8% | - |
| XYZ | 27.32 | 17.62 | 2.13 | - |
| YUV | 104.53 | 72.4 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 6 | 0 | 0.64 | 0.97 | 0.2 | 20.3 | 0.94 | 0.41 |
| Hex | CC | 49 | 6 | 0 | 40 | 61 | 14 | 14 | 5E | 29 |
| Octal | 314 | 111 | 6 | 0 | 100 | 141 | 24 | 24 | 136 | 51 |
| Binary | 11001100 | 1001001 | 110 | 0 | 1000000 | 1100001 | 10100 | 10100 | 1011110 | 101001 |
Color Harmonies of #CC4906
Complementary color
Monochromatic Colors of #CC4906
Black with #CC4906
Text Example
Text Example
White with #CC4906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4906; }
p { color: rgb(204,73,6); }
H1.HeaderClassName
{
color: #CC4906;
}
.AnyTagClassName
{
color: #CC4906;
}
</style>
background-color css
<style>
a { background-color: #CC4906; }
a { background-color: rgb(204,73,6); }
div.DivClassName
{
background-color: #CC4906;
}
.BgClassName
{
background-color: #CC4906;
}
</style>
border-color css
<style>
span { border-color: #CC4906; }
span { border-color: rgb(204,73,6); }
td.TdClassName
{
border-color: #CC4906;
}
.TagClassName
{
border-color: #CC4906;
}
</style>