Shades of Tenne (Tawny) #C64E0B
Tints of Tenne (Tawny) #C64E0B
RGB
CMYK
RGB Variations
Color information
#C64E0B (or 0xC64E0B) is known color: Tenne (Tawny). HEX triplet: C6, 4E and 0B. RGB value is (198,78,11). Sum of RGB (Red+Green+Blue) = 198+78+11=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C64E0B is #39B1F4. Grayscale: #6A6A6A. Windows color (decimal): -3781109 or 741062. OLE color: 741062.
HSL color Cylindrical-coordinate representation of color #C64E0B: hue angle of 21.5º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C64E0B is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 11 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.22 |
| HSL | 21.5º | 0.89% | 0.41% | - |
| HSV(B) | 21.5º | 0.94% | 0.78% | - |
| XYZ | 26.07 | 17.48 | 2.32 | - |
| YUV | 106.24 | 74.26 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 11 | 0 | 0.61 | 0.94 | 0.22 | 21.5 | 0.89 | 0.41 |
| Hex | C6 | 4E | B | 0 | 3D | 5E | 16 | 15 | 59 | 29 |
| Octal | 306 | 116 | 13 | 0 | 75 | 136 | 26 | 25 | 131 | 51 |
| Binary | 11000110 | 1001110 | 1011 | 0 | 111101 | 1011110 | 10110 | 10101 | 1011001 | 101001 |
Color Harmonies of #C64E0B
Complementary color
Monochromatic Colors of #C64E0B
Black with #C64E0B
Text Example
Text Example
White with #C64E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64E0B; }
p { color: rgb(198,78,11); }
H1.HeaderClassName
{
color: #C64E0B;
}
.AnyTagClassName
{
color: #C64E0B;
}
</style>
background-color css
<style>
a { background-color: #C64E0B; }
a { background-color: rgb(198,78,11); }
div.DivClassName
{
background-color: #C64E0B;
}
.BgClassName
{
background-color: #C64E0B;
}
</style>
border-color css
<style>
span { border-color: #C64E0B; }
span { border-color: rgb(198,78,11); }
td.TdClassName
{
border-color: #C64E0B;
}
.TagClassName
{
border-color: #C64E0B;
}
</style>