Shades of Tenne (Tawny) #CE6005
Tints of Tenne (Tawny) #CE6005
RGB
CMYK
RGB Variations
Color information
#CE6005 (or 0xCE6005) is known color: Tenne (Tawny). HEX triplet: CE, 60 and 05. RGB value is (206,96,5). Sum of RGB (Red+Green+Blue) = 206+96+5=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6005 is #319FFA. Grayscale: #767676. Windows color (decimal): -3252219 or 352462. OLE color: 352462.
HSL color Cylindrical-coordinate representation of color #CE6005: hue angle of 27.16º degrees, saturation: 0.95, 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 #CE6005 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 5 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.19 |
| HSL | 27.16º | 0.95% | 0.41% | - |
| HSV(B) | 27.16º | 0.98% | 0.81% | - |
| XYZ | 29.66 | 21.5 | 2.73 | - |
| YUV | 118.52 | 63.94 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 5 | 0 | 0.53 | 0.98 | 0.19 | 27.16 | 0.95 | 0.41 |
| Hex | CE | 60 | 5 | 0 | 35 | 62 | 13 | 1B | 5F | 29 |
| Octal | 316 | 140 | 5 | 0 | 65 | 142 | 23 | 33 | 137 | 51 |
| Binary | 11001110 | 1100000 | 101 | 0 | 110101 | 1100010 | 10011 | 11011 | 1011111 | 101001 |
Color Harmonies of #CE6005
Complementary color
Monochromatic Colors of #CE6005
Black with #CE6005
Text Example
Text Example
White with #CE6005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6005; }
p { color: rgb(206,96,5); }
H1.HeaderClassName
{
color: #CE6005;
}
.AnyTagClassName
{
color: #CE6005;
}
</style>
background-color css
<style>
a { background-color: #CE6005; }
a { background-color: rgb(206,96,5); }
div.DivClassName
{
background-color: #CE6005;
}
.BgClassName
{
background-color: #CE6005;
}
</style>
border-color css
<style>
span { border-color: #CE6005; }
span { border-color: rgb(206,96,5); }
td.TdClassName
{
border-color: #CE6005;
}
.TagClassName
{
border-color: #CE6005;
}
</style>