Shades of Tenne (Tawny) #C64F09
Tints of Tenne (Tawny) #C64F09
RGB
CMYK
RGB Variations
Color information
#C64F09 (or 0xC64F09) is known color: Tenne (Tawny). HEX triplet: C6, 4F and 09. RGB value is (198,79,9). Sum of RGB (Red+Green+Blue) = 198+79+9=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C64F09 is #39B0F6. Grayscale: #6A6A6A. Windows color (decimal): -3780855 or 610246. OLE color: 610246.
HSL color Cylindrical-coordinate representation of color #C64F09: hue angle of 22.22º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C64F09 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 9 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.22 |
| HSL | 22.22º | 0.91% | 0.41% | - |
| HSV(B) | 22.22º | 0.95% | 0.78% | - |
| XYZ | 26.13 | 17.62 | 2.28 | - |
| YUV | 106.6 | 72.92 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 9 | 0 | 0.60 | 0.95 | 0.22 | 22.22 | 0.91 | 0.41 |
| Hex | C6 | 4F | 9 | 0 | 3C | 5F | 16 | 16 | 5B | 29 |
| Octal | 306 | 117 | 11 | 0 | 74 | 137 | 26 | 26 | 133 | 51 |
| Binary | 11000110 | 1001111 | 1001 | 0 | 111100 | 1011111 | 10110 | 10110 | 1011011 | 101001 |
Color Harmonies of #C64F09
Complementary color
Monochromatic Colors of #C64F09
Black with #C64F09
Text Example
Text Example
White with #C64F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64F09; }
p { color: rgb(198,79,9); }
H1.HeaderClassName
{
color: #C64F09;
}
.AnyTagClassName
{
color: #C64F09;
}
</style>
background-color css
<style>
a { background-color: #C64F09; }
a { background-color: rgb(198,79,9); }
div.DivClassName
{
background-color: #C64F09;
}
.BgClassName
{
background-color: #C64F09;
}
</style>
border-color css
<style>
span { border-color: #C64F09; }
span { border-color: rgb(198,79,9); }
td.TdClassName
{
border-color: #C64F09;
}
.TagClassName
{
border-color: #C64F09;
}
</style>