Shades of Tenne (Tawny) #CE6601
Tints of Tenne (Tawny) #CE6601
RGB
CMYK
RGB Variations
Color information
#CE6601 (or 0xCE6601) is known color: Tenne (Tawny). HEX triplet: CE, 66 and 01. RGB value is (206,102,1). Sum of RGB (Red+Green+Blue) = 206+102+1=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6601 is #3199FE. Grayscale: #7A7A7A. Windows color (decimal): -3250687 or 91854. OLE color: 91854.
HSL color Cylindrical-coordinate representation of color #CE6601: hue angle of 29.56º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE6601 is Cyan = 0, Magento = 0.50, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 1 | - |
| CMYK | 0 | 0.50 | 1.00 | 0.19 |
| HSL | 29.56º | 0.99% | 0.41% | - |
| HSV(B) | 29.56º | 1% | 0.81% | - |
| XYZ | 30.21 | 22.63 | 2.8 | - |
| YUV | 121.58 | 59.96 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 1 | 0 | 0.50 | 1.00 | 0.19 | 29.56 | 0.99 | 0.41 |
| Hex | CE | 66 | 1 | 0 | 32 | 64 | 13 | 1E | 63 | 29 |
| Octal | 316 | 146 | 1 | 0 | 62 | 144 | 23 | 36 | 143 | 51 |
| Binary | 11001110 | 1100110 | 1 | 0 | 110010 | 1100100 | 10011 | 11110 | 1100011 | 101001 |
Color Harmonies of #CE6601
Complementary color
Monochromatic Colors of #CE6601
Black with #CE6601
Text Example
Text Example
White with #CE6601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6601; }
p { color: rgb(206,102,1); }
H1.HeaderClassName
{
color: #CE6601;
}
.AnyTagClassName
{
color: #CE6601;
}
</style>
background-color css
<style>
a { background-color: #CE6601; }
a { background-color: rgb(206,102,1); }
div.DivClassName
{
background-color: #CE6601;
}
.BgClassName
{
background-color: #CE6601;
}
</style>
border-color css
<style>
span { border-color: #CE6601; }
span { border-color: rgb(206,102,1); }
td.TdClassName
{
border-color: #CE6601;
}
.TagClassName
{
border-color: #CE6601;
}
</style>