Shades of Tenne (Tawny) #CE6307
Tints of Tenne (Tawny) #CE6307
RGB
CMYK
RGB Variations
Color information
#CE6307 (or 0xCE6307) is known color: Tenne (Tawny). HEX triplet: CE, 63 and 07. RGB value is (206,99,7). Sum of RGB (Red+Green+Blue) = 206+99+7=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6307 is #319CF8. Grayscale: #787878. Windows color (decimal): -3251449 or 484302. OLE color: 484302.
HSL color Cylindrical-coordinate representation of color #CE6307: hue angle of 27.74º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE6307 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 99 | 7 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.19 |
| HSL | 27.74º | 0.93% | 0.42% | - |
| HSV(B) | 27.74º | 0.97% | 0.81% | - |
| XYZ | 29.95 | 22.06 | 2.88 | - |
| YUV | 120.51 | 63.95 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 7 | 0 | 0.52 | 0.97 | 0.19 | 27.74 | 0.93 | 0.42 |
| Hex | CE | 63 | 7 | 0 | 34 | 61 | 13 | 1C | 5D | 2A |
| Octal | 316 | 143 | 7 | 0 | 64 | 141 | 23 | 34 | 135 | 52 |
| Binary | 11001110 | 1100011 | 111 | 0 | 110100 | 1100001 | 10011 | 11100 | 1011101 | 101010 |
Color Harmonies of #CE6307
Complementary color
Monochromatic Colors of #CE6307
Black with #CE6307
Text Example
Text Example
White with #CE6307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6307; }
p { color: rgb(206,99,7); }
H1.HeaderClassName
{
color: #CE6307;
}
.AnyTagClassName
{
color: #CE6307;
}
</style>
background-color css
<style>
a { background-color: #CE6307; }
a { background-color: rgb(206,99,7); }
div.DivClassName
{
background-color: #CE6307;
}
.BgClassName
{
background-color: #CE6307;
}
</style>
border-color css
<style>
span { border-color: #CE6307; }
span { border-color: rgb(206,99,7); }
td.TdClassName
{
border-color: #CE6307;
}
.TagClassName
{
border-color: #CE6307;
}
</style>