Shades of Tenne (Tawny) #CE6708
Tints of Tenne (Tawny) #CE6708
RGB
CMYK
RGB Variations
Color information
#CE6708 (or 0xCE6708) is known color: Tenne (Tawny). HEX triplet: CE, 67 and 08. RGB value is (206,103,8). Sum of RGB (Red+Green+Blue) = 206+103+8=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 8 (3.52% from 255 or 2.52% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6708 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6708 is #3198F7. Grayscale: #7B7B7B. Windows color (decimal): -3250424 or 550862. OLE color: 550862.
HSL color Cylindrical-coordinate representation of color #CE6708: hue angle of 28.79º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE6708 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 8 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.19 |
| HSL | 28.79º | 0.93% | 0.42% | - |
| HSV(B) | 28.79º | 0.96% | 0.81% | - |
| XYZ | 30.35 | 22.84 | 3.04 | - |
| YUV | 122.97 | 63.12 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 8 | 0 | 0.50 | 0.96 | 0.19 | 28.79 | 0.93 | 0.42 |
| Hex | CE | 67 | 8 | 0 | 32 | 60 | 13 | 1D | 5D | 2A |
| Octal | 316 | 147 | 10 | 0 | 62 | 140 | 23 | 35 | 135 | 52 |
| Binary | 11001110 | 1100111 | 1000 | 0 | 110010 | 1100000 | 10011 | 11101 | 1011101 | 101010 |
Color Harmonies of #CE6708
Complementary color
Monochromatic Colors of #CE6708
Black with #CE6708
Text Example
Text Example
White with #CE6708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6708; }
p { color: rgb(206,103,8); }
H1.HeaderClassName
{
color: #CE6708;
}
.AnyTagClassName
{
color: #CE6708;
}
</style>
background-color css
<style>
a { background-color: #CE6708; }
a { background-color: rgb(206,103,8); }
div.DivClassName
{
background-color: #CE6708;
}
.BgClassName
{
background-color: #CE6708;
}
</style>
border-color css
<style>
span { border-color: #CE6708; }
span { border-color: rgb(206,103,8); }
td.TdClassName
{
border-color: #CE6708;
}
.TagClassName
{
border-color: #CE6708;
}
</style>