Shades of Tenne (Tawny) #CE5613
Tints of Tenne (Tawny) #CE5613
RGB
CMYK
RGB Variations
Color information
#CE5613 (or 0xCE5613) is known color: Tenne (Tawny). HEX triplet: CE, 56 and 13. RGB value is (206,86,19). Sum of RGB (Red+Green+Blue) = 206+86+19=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5613 is #31A9EC. Grayscale: #727272. Windows color (decimal): -3254765 or 1267406. OLE color: 1267406.
HSL color Cylindrical-coordinate representation of color #CE5613: hue angle of 21.5º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE5613 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 19 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.19 |
| HSL | 21.5º | 0.83% | 0.44% | - |
| HSV(B) | 21.5º | 0.91% | 0.81% | - |
| XYZ | 28.9 | 19.82 | 2.92 | - |
| YUV | 114.24 | 74.26 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 19 | 0 | 0.58 | 0.91 | 0.19 | 21.5 | 0.83 | 0.44 |
| Hex | CE | 56 | 13 | 0 | 3A | 5B | 13 | 15 | 53 | 2C |
| Octal | 316 | 126 | 23 | 0 | 72 | 133 | 23 | 25 | 123 | 54 |
| Binary | 11001110 | 1010110 | 10011 | 0 | 111010 | 1011011 | 10011 | 10101 | 1010011 | 101100 |
Color Harmonies of #CE5613
Complementary color
Monochromatic Colors of #CE5613
Black with #CE5613
Text Example
Text Example
White with #CE5613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5613; }
p { color: rgb(206,86,19); }
H1.HeaderClassName
{
color: #CE5613;
}
.AnyTagClassName
{
color: #CE5613;
}
</style>
background-color css
<style>
a { background-color: #CE5613; }
a { background-color: rgb(206,86,19); }
div.DivClassName
{
background-color: #CE5613;
}
.BgClassName
{
background-color: #CE5613;
}
</style>
border-color css
<style>
span { border-color: #CE5613; }
span { border-color: rgb(206,86,19); }
td.TdClassName
{
border-color: #CE5613;
}
.TagClassName
{
border-color: #CE5613;
}
</style>