Shades of Tenne (Tawny) #CE670A
Tints of Tenne (Tawny) #CE670A
RGB
CMYK
RGB Variations
Color information
#CE670A (or 0xCE670A) is known color: Tenne (Tawny). HEX triplet: CE, 67 and 0A. RGB value is (206,103,10). Sum of RGB (Red+Green+Blue) = 206+103+10=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE670A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE670A is #3198F5. Grayscale: #7B7B7B. Windows color (decimal): -3250422 or 681934. OLE color: 681934.
HSL color Cylindrical-coordinate representation of color #CE670A: hue angle of 28.47º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE670A is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 10 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.19 |
| HSL | 28.47º | 0.91% | 0.42% | - |
| HSV(B) | 28.47º | 0.95% | 0.81% | - |
| XYZ | 30.36 | 22.84 | 3.1 | - |
| YUV | 123.2 | 64.12 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 10 | 0 | 0.50 | 0.95 | 0.19 | 28.47 | 0.91 | 0.42 |
| Hex | CE | 67 | A | 0 | 32 | 5F | 13 | 1C | 5B | 2A |
| Octal | 316 | 147 | 12 | 0 | 62 | 137 | 23 | 34 | 133 | 52 |
| Binary | 11001110 | 1100111 | 1010 | 0 | 110010 | 1011111 | 10011 | 11100 | 1011011 | 101010 |
Color Harmonies of #CE670A
Complementary color
Monochromatic Colors of #CE670A
Black with #CE670A
Text Example
Text Example
White with #CE670A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE670A; }
p { color: rgb(206,103,10); }
H1.HeaderClassName
{
color: #CE670A;
}
.AnyTagClassName
{
color: #CE670A;
}
</style>
background-color css
<style>
a { background-color: #CE670A; }
a { background-color: rgb(206,103,10); }
div.DivClassName
{
background-color: #CE670A;
}
.BgClassName
{
background-color: #CE670A;
}
</style>
border-color css
<style>
span { border-color: #CE670A; }
span { border-color: rgb(206,103,10); }
td.TdClassName
{
border-color: #CE670A;
}
.TagClassName
{
border-color: #CE670A;
}
</style>