Shades of Tenne (Tawny) #CC6607
Tints of Tenne (Tawny) #CC6607
RGB
CMYK
RGB Variations
Color information
#CC6607 (or 0xCC6607) is known color: Tenne (Tawny). HEX triplet: CC, 66 and 07. RGB value is (204,102,7). Sum of RGB (Red+Green+Blue) = 204+102+7=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 7 (3.12% from 255 or 2.24% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6607 is #3399F8. Grayscale: #7A7A7A. Windows color (decimal): -3381753 or 485068. OLE color: 485068.
HSL color Cylindrical-coordinate representation of color #CC6607: hue angle of 28.93º degrees, saturation: 0.93, 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 #CC6607 is Cyan = 0, Magento = 0.5, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 7 | - |
| CMYK | 0 | 0.5 | 0.97 | 0.2 |
| HSL | 28.93º | 0.93% | 0.41% | - |
| HSV(B) | 28.93º | 0.97% | 0.8% | - |
| XYZ | 29.69 | 22.36 | 2.95 | - |
| YUV | 121.67 | 63.29 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 7 | 0 | 0.5 | 0.97 | 0.2 | 28.93 | 0.93 | 0.41 |
| Hex | CC | 66 | 7 | 0 | 32 | 61 | 14 | 1D | 5D | 29 |
| Octal | 314 | 146 | 7 | 0 | 62 | 141 | 24 | 35 | 135 | 51 |
| Binary | 11001100 | 1100110 | 111 | 0 | 110010 | 1100001 | 10100 | 11101 | 1011101 | 101001 |
Color Harmonies of #CC6607
Complementary color
Monochromatic Colors of #CC6607
Black with #CC6607
Text Example
Text Example
White with #CC6607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6607; }
p { color: rgb(204,102,7); }
H1.HeaderClassName
{
color: #CC6607;
}
.AnyTagClassName
{
color: #CC6607;
}
</style>
background-color css
<style>
a { background-color: #CC6607; }
a { background-color: rgb(204,102,7); }
div.DivClassName
{
background-color: #CC6607;
}
.BgClassName
{
background-color: #CC6607;
}
</style>
border-color css
<style>
span { border-color: #CC6607; }
span { border-color: rgb(204,102,7); }
td.TdClassName
{
border-color: #CC6607;
}
.TagClassName
{
border-color: #CC6607;
}
</style>