Shades of Tenne (Tawny) #CE6204
Tints of Tenne (Tawny) #CE6204
RGB
CMYK
RGB Variations
Color information
#CE6204 (or 0xCE6204) is known color: Tenne (Tawny). HEX triplet: CE, 62 and 04. RGB value is (206,98,4). Sum of RGB (Red+Green+Blue) = 206+98+4=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6204 is #319DFB. Grayscale: #787878. Windows color (decimal): -3251708 or 287438. OLE color: 287438.
HSL color Cylindrical-coordinate representation of color #CE6204: hue angle of 27.92º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE6204 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 4 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.19 |
| HSL | 27.92º | 0.96% | 0.41% | - |
| HSV(B) | 27.92º | 0.98% | 0.81% | - |
| XYZ | 29.84 | 21.87 | 2.76 | - |
| YUV | 119.58 | 62.78 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 4 | 0 | 0.52 | 0.98 | 0.19 | 27.92 | 0.96 | 0.41 |
| Hex | CE | 62 | 4 | 0 | 34 | 62 | 13 | 1C | 60 | 29 |
| Octal | 316 | 142 | 4 | 0 | 64 | 142 | 23 | 34 | 140 | 51 |
| Binary | 11001110 | 1100010 | 100 | 0 | 110100 | 1100010 | 10011 | 11100 | 1100000 | 101001 |
Color Harmonies of #CE6204
Complementary color
Monochromatic Colors of #CE6204
Black with #CE6204
Text Example
Text Example
White with #CE6204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6204; }
p { color: rgb(206,98,4); }
H1.HeaderClassName
{
color: #CE6204;
}
.AnyTagClassName
{
color: #CE6204;
}
</style>
background-color css
<style>
a { background-color: #CE6204; }
a { background-color: rgb(206,98,4); }
div.DivClassName
{
background-color: #CE6204;
}
.BgClassName
{
background-color: #CE6204;
}
</style>
border-color css
<style>
span { border-color: #CE6204; }
span { border-color: rgb(206,98,4); }
td.TdClassName
{
border-color: #CE6204;
}
.TagClassName
{
border-color: #CE6204;
}
</style>