Shades of Tenne (Tawny) #C64E00
Tints of Tenne (Tawny) #C64E00
RGB
CMYK
RGB Variations
Color information
#C64E00 (or 0xC64E00) is known color: Tenne (Tawny). HEX triplet: C6, 4E and 00. RGB value is (198,78,0). Sum of RGB (Red+Green+Blue) = 198+78+0=276 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.74% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C64E00 is #39B1FF. Grayscale: #696969. Windows color (decimal): -3781120 or 20166. OLE color: 20166.
HSL color Cylindrical-coordinate representation of color #C64E00: hue angle of 23.64º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C64E00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.22 |
| HSL | 23.64º | 1% | 0.39% | - |
| HSV(B) | 23.64º | 1% | 0.78% | - |
| XYZ | 26.01 | 17.45 | 2 | - |
| YUV | 104.99 | 68.76 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 0 | 0 | 0.61 | 1 | 0.22 | 23.64 | 1 | 0.39 |
| Hex | C6 | 4E | 0 | 0 | 3D | 64 | 16 | 18 | 64 | 27 |
| Octal | 306 | 116 | 0 | 0 | 75 | 144 | 26 | 30 | 144 | 47 |
| Binary | 11000110 | 1001110 | 0 | 0 | 111101 | 1100100 | 10110 | 11000 | 1100100 | 100111 |
Color Harmonies of #C64E00
Complementary color
Monochromatic Colors of #C64E00
Black with #C64E00
Text Example
Text Example
White with #C64E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64E00; }
p { color: rgb(198,78,0); }
H1.HeaderClassName
{
color: #C64E00;
}
.AnyTagClassName
{
color: #C64E00;
}
</style>
background-color css
<style>
a { background-color: #C64E00; }
a { background-color: rgb(198,78,0); }
div.DivClassName
{
background-color: #C64E00;
}
.BgClassName
{
background-color: #C64E00;
}
</style>
border-color css
<style>
span { border-color: #C64E00; }
span { border-color: rgb(198,78,0); }
td.TdClassName
{
border-color: #C64E00;
}
.TagClassName
{
border-color: #C64E00;
}
</style>