Shades of Tenne (Tawny) #CC6306
Tints of Tenne (Tawny) #CC6306
RGB
CMYK
RGB Variations
Color information
#CC6306 (or 0xCC6306) is known color: Tenne (Tawny). HEX triplet: CC, 63 and 06. RGB value is (204,99,6). Sum of RGB (Red+Green+Blue) = 204+99+6=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6306 is #339CF9. Grayscale: #787878. Windows color (decimal): -3382522 or 418764. OLE color: 418764.
HSL color Cylindrical-coordinate representation of color #CC6306: hue angle of 28.18º 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 #CC6306 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 6 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.2 |
| HSL | 28.18º | 0.94% | 0.41% | - |
| HSV(B) | 28.18º | 0.97% | 0.8% | - |
| XYZ | 29.4 | 21.77 | 2.83 | - |
| YUV | 119.79 | 63.79 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 6 | 0 | 0.51 | 0.97 | 0.2 | 28.18 | 0.94 | 0.41 |
| Hex | CC | 63 | 6 | 0 | 33 | 61 | 14 | 1C | 5E | 29 |
| Octal | 314 | 143 | 6 | 0 | 63 | 141 | 24 | 34 | 136 | 51 |
| Binary | 11001100 | 1100011 | 110 | 0 | 110011 | 1100001 | 10100 | 11100 | 1011110 | 101001 |
Color Harmonies of #CC6306
Complementary color
Monochromatic Colors of #CC6306
Black with #CC6306
Text Example
Text Example
White with #CC6306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6306; }
p { color: rgb(204,99,6); }
H1.HeaderClassName
{
color: #CC6306;
}
.AnyTagClassName
{
color: #CC6306;
}
</style>
background-color css
<style>
a { background-color: #CC6306; }
a { background-color: rgb(204,99,6); }
div.DivClassName
{
background-color: #CC6306;
}
.BgClassName
{
background-color: #CC6306;
}
</style>
border-color css
<style>
span { border-color: #CC6306; }
span { border-color: rgb(204,99,6); }
td.TdClassName
{
border-color: #CC6306;
}
.TagClassName
{
border-color: #CC6306;
}
</style>