Shades of Tenne (Tawny) #C64F08
Tints of Tenne (Tawny) #C64F08
RGB
CMYK
RGB Variations
Color information
#C64F08 (or 0xC64F08) is known color: Tenne (Tawny). HEX triplet: C6, 4F and 08. RGB value is (198,79,8). Sum of RGB (Red+Green+Blue) = 198+79+8=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C64F08 is #39B0F7. Grayscale: #6A6A6A. Windows color (decimal): -3780856 or 544710. OLE color: 544710.
HSL color Cylindrical-coordinate representation of color #C64F08: hue angle of 22.42º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C64F08 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 8 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.22 |
| HSL | 22.42º | 0.92% | 0.4% | - |
| HSV(B) | 22.42º | 0.96% | 0.78% | - |
| XYZ | 26.13 | 17.62 | 2.25 | - |
| YUV | 106.49 | 72.42 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 8 | 0 | 0.60 | 0.96 | 0.22 | 22.42 | 0.92 | 0.4 |
| Hex | C6 | 4F | 8 | 0 | 3C | 60 | 16 | 16 | 5C | 28 |
| Octal | 306 | 117 | 10 | 0 | 74 | 140 | 26 | 26 | 134 | 50 |
| Binary | 11000110 | 1001111 | 1000 | 0 | 111100 | 1100000 | 10110 | 10110 | 1011100 | 101000 |
Color Harmonies of #C64F08
Complementary color
Monochromatic Colors of #C64F08
Black with #C64F08
Text Example
Text Example
White with #C64F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64F08; }
p { color: rgb(198,79,8); }
H1.HeaderClassName
{
color: #C64F08;
}
.AnyTagClassName
{
color: #C64F08;
}
</style>
background-color css
<style>
a { background-color: #C64F08; }
a { background-color: rgb(198,79,8); }
div.DivClassName
{
background-color: #C64F08;
}
.BgClassName
{
background-color: #C64F08;
}
</style>
border-color css
<style>
span { border-color: #C64F08; }
span { border-color: rgb(198,79,8); }
td.TdClassName
{
border-color: #C64F08;
}
.TagClassName
{
border-color: #C64F08;
}
</style>