Shades of Tenne (Tawny) #CE5D06
Tints of Tenne (Tawny) #CE5D06
RGB
CMYK
RGB Variations
Color information
#CE5D06 (or 0xCE5D06) is known color: Tenne (Tawny). HEX triplet: CE, 5D and 06. RGB value is (206,93,6). Sum of RGB (Red+Green+Blue) = 206+93+6=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 6 (2.73% from 255 or 1.97% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5D06 is #31A2F9. Grayscale: #757575. Windows color (decimal): -3252986 or 417230. OLE color: 417230.
HSL color Cylindrical-coordinate representation of color #CE5D06: hue angle of 26.1º degrees, saturation: 0.94, 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 #CE5D06 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 6 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.19 |
| HSL | 26.1º | 0.94% | 0.42% | - |
| HSV(B) | 26.1º | 0.97% | 0.81% | - |
| XYZ | 29.4 | 20.96 | 2.67 | - |
| YUV | 116.87 | 65.44 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 6 | 0 | 0.55 | 0.97 | 0.19 | 26.1 | 0.94 | 0.42 |
| Hex | CE | 5D | 6 | 0 | 37 | 61 | 13 | 1A | 5E | 2A |
| Octal | 316 | 135 | 6 | 0 | 67 | 141 | 23 | 32 | 136 | 52 |
| Binary | 11001110 | 1011101 | 110 | 0 | 110111 | 1100001 | 10011 | 11010 | 1011110 | 101010 |
Color Harmonies of #CE5D06
Complementary color
Monochromatic Colors of #CE5D06
Black with #CE5D06
Text Example
Text Example
White with #CE5D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5D06; }
p { color: rgb(206,93,6); }
H1.HeaderClassName
{
color: #CE5D06;
}
.AnyTagClassName
{
color: #CE5D06;
}
</style>
background-color css
<style>
a { background-color: #CE5D06; }
a { background-color: rgb(206,93,6); }
div.DivClassName
{
background-color: #CE5D06;
}
.BgClassName
{
background-color: #CE5D06;
}
</style>
border-color css
<style>
span { border-color: #CE5D06; }
span { border-color: rgb(206,93,6); }
td.TdClassName
{
border-color: #CE5D06;
}
.TagClassName
{
border-color: #CE5D06;
}
</style>