Shades of Tenne (Tawny) #C64F0B
Tints of Tenne (Tawny) #C64F0B
RGB
CMYK
RGB Variations
Color information
#C64F0B (or 0xC64F0B) is known color: Tenne (Tawny). HEX triplet: C6, 4F and 0B. RGB value is (198,79,11). Sum of RGB (Red+Green+Blue) = 198+79+11=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C64F0B is #39B0F4. Grayscale: #6B6B6B. Windows color (decimal): -3780853 or 741318. OLE color: 741318.
HSL color Cylindrical-coordinate representation of color #C64F0B: hue angle of 21.82º 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 #C64F0B is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 11 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.22 |
| HSL | 21.82º | 0.89% | 0.41% | - |
| HSV(B) | 21.82º | 0.94% | 0.78% | - |
| XYZ | 26.15 | 17.62 | 2.34 | - |
| YUV | 106.83 | 73.92 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 11 | 0 | 0.60 | 0.94 | 0.22 | 21.82 | 0.89 | 0.41 |
| Hex | C6 | 4F | B | 0 | 3C | 5E | 16 | 16 | 59 | 29 |
| Octal | 306 | 117 | 13 | 0 | 74 | 136 | 26 | 26 | 131 | 51 |
| Binary | 11000110 | 1001111 | 1011 | 0 | 111100 | 1011110 | 10110 | 10110 | 1011001 | 101001 |
Color Harmonies of #C64F0B
Complementary color
Monochromatic Colors of #C64F0B
Black with #C64F0B
Text Example
Text Example
White with #C64F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64F0B; }
p { color: rgb(198,79,11); }
H1.HeaderClassName
{
color: #C64F0B;
}
.AnyTagClassName
{
color: #C64F0B;
}
</style>
background-color css
<style>
a { background-color: #C64F0B; }
a { background-color: rgb(198,79,11); }
div.DivClassName
{
background-color: #C64F0B;
}
.BgClassName
{
background-color: #C64F0B;
}
</style>
border-color css
<style>
span { border-color: #C64F0B; }
span { border-color: rgb(198,79,11); }
td.TdClassName
{
border-color: #C64F0B;
}
.TagClassName
{
border-color: #C64F0B;
}
</style>