Shades of Tenne (Tawny) #CE6102
Tints of Tenne (Tawny) #CE6102
RGB
CMYK
RGB Variations
Color information
#CE6102 (or 0xCE6102) is known color: Tenne (Tawny). HEX triplet: CE, 61 and 02. RGB value is (206,97,2). Sum of RGB (Red+Green+Blue) = 206+97+2=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6102 is #319EFD. Grayscale: #777777. Windows color (decimal): -3251966 or 156110. OLE color: 156110.
HSL color Cylindrical-coordinate representation of color #CE6102: hue angle of 27.94º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE6102 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 97 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.19 |
| HSL | 27.94º | 0.98% | 0.41% | - |
| HSV(B) | 27.94º | 0.99% | 0.81% | - |
| XYZ | 29.74 | 21.68 | 2.67 | - |
| YUV | 118.76 | 62.11 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 2 | 0 | 0.53 | 0.99 | 0.19 | 27.94 | 0.98 | 0.41 |
| Hex | CE | 61 | 2 | 0 | 35 | 63 | 13 | 1C | 62 | 29 |
| Octal | 316 | 141 | 2 | 0 | 65 | 143 | 23 | 34 | 142 | 51 |
| Binary | 11001110 | 1100001 | 10 | 0 | 110101 | 1100011 | 10011 | 11100 | 1100010 | 101001 |
Color Harmonies of #CE6102
Complementary color
Monochromatic Colors of #CE6102
Black with #CE6102
Text Example
Text Example
White with #CE6102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6102; }
p { color: rgb(206,97,2); }
H1.HeaderClassName
{
color: #CE6102;
}
.AnyTagClassName
{
color: #CE6102;
}
</style>
background-color css
<style>
a { background-color: #CE6102; }
a { background-color: rgb(206,97,2); }
div.DivClassName
{
background-color: #CE6102;
}
.BgClassName
{
background-color: #CE6102;
}
</style>
border-color css
<style>
span { border-color: #CE6102; }
span { border-color: rgb(206,97,2); }
td.TdClassName
{
border-color: #CE6102;
}
.TagClassName
{
border-color: #CE6102;
}
</style>