Shades of Tenne (Tawny) #CC620D
Tints of Tenne (Tawny) #CC620D
RGB
CMYK
RGB Variations
Color information
#CC620D (or 0xCC620D) is known color: Tenne (Tawny). HEX triplet: CC, 62 and 0D. RGB value is (204,98,13). Sum of RGB (Red+Green+Blue) = 204+98+13=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC620D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC620D is #339DF2. Grayscale: #787878. Windows color (decimal): -3382771 or 877260. OLE color: 877260.
HSL color Cylindrical-coordinate representation of color #CC620D: hue angle of 26.7º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC620D is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 13 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.2 |
| HSL | 26.7º | 0.88% | 0.43% | - |
| HSV(B) | 26.7º | 0.94% | 0.8% | - |
| XYZ | 29.34 | 21.6 | 3 | - |
| YUV | 120 | 67.62 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 13 | 0 | 0.52 | 0.94 | 0.2 | 26.7 | 0.88 | 0.43 |
| Hex | CC | 62 | D | 0 | 34 | 5E | 14 | 1B | 58 | 2B |
| Octal | 314 | 142 | 15 | 0 | 64 | 136 | 24 | 33 | 130 | 53 |
| Binary | 11001100 | 1100010 | 1101 | 0 | 110100 | 1011110 | 10100 | 11011 | 1011000 | 101011 |
Color Harmonies of #CC620D
Complementary color
Monochromatic Colors of #CC620D
Black with #CC620D
Text Example
Text Example
White with #CC620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC620D; }
p { color: rgb(204,98,13); }
H1.HeaderClassName
{
color: #CC620D;
}
.AnyTagClassName
{
color: #CC620D;
}
</style>
background-color css
<style>
a { background-color: #CC620D; }
a { background-color: rgb(204,98,13); }
div.DivClassName
{
background-color: #CC620D;
}
.BgClassName
{
background-color: #CC620D;
}
</style>
border-color css
<style>
span { border-color: #CC620D; }
span { border-color: rgb(204,98,13); }
td.TdClassName
{
border-color: #CC620D;
}
.TagClassName
{
border-color: #CC620D;
}
</style>