Shades of Tenne (Tawny) #C64F0D
Tints of Tenne (Tawny) #C64F0D
RGB
CMYK
RGB Variations
Color information
#C64F0D (or 0xC64F0D) is known color: Tenne (Tawny). HEX triplet: C6, 4F and 0D. RGB value is (198,79,13). Sum of RGB (Red+Green+Blue) = 198+79+13=290 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.28% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C64F0D is #39B0F2. Grayscale: #6B6B6B. Windows color (decimal): -3780851 or 872390. OLE color: 872390.
HSL color Cylindrical-coordinate representation of color #C64F0D: hue angle of 21.41º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C64F0D is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 13 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.22 |
| HSL | 21.41º | 0.88% | 0.41% | - |
| HSV(B) | 21.41º | 0.93% | 0.78% | - |
| XYZ | 26.16 | 17.63 | 2.4 | - |
| YUV | 107.06 | 74.92 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 13 | 0 | 0.60 | 0.93 | 0.22 | 21.41 | 0.88 | 0.41 |
| Hex | C6 | 4F | D | 0 | 3C | 5D | 16 | 15 | 58 | 29 |
| Octal | 306 | 117 | 15 | 0 | 74 | 135 | 26 | 25 | 130 | 51 |
| Binary | 11000110 | 1001111 | 1101 | 0 | 111100 | 1011101 | 10110 | 10101 | 1011000 | 101001 |
Color Harmonies of #C64F0D
Complementary color
Monochromatic Colors of #C64F0D
Black with #C64F0D
Text Example
Text Example
White with #C64F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64F0D; }
p { color: rgb(198,79,13); }
H1.HeaderClassName
{
color: #C64F0D;
}
.AnyTagClassName
{
color: #C64F0D;
}
</style>
background-color css
<style>
a { background-color: #C64F0D; }
a { background-color: rgb(198,79,13); }
div.DivClassName
{
background-color: #C64F0D;
}
.BgClassName
{
background-color: #C64F0D;
}
</style>
border-color css
<style>
span { border-color: #C64F0D; }
span { border-color: rgb(198,79,13); }
td.TdClassName
{
border-color: #C64F0D;
}
.TagClassName
{
border-color: #C64F0D;
}
</style>