Shades of Tenne (Tawny) #C64A08
Tints of Tenne (Tawny) #C64A08
RGB
CMYK
RGB Variations
Color information
#C64A08 (or 0xC64A08) is known color: Tenne (Tawny). HEX triplet: C6, 4A and 08. RGB value is (198,74,8). Sum of RGB (Red+Green+Blue) = 198+74+8=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64A08 is #39B5F7. Grayscale: #676767. Windows color (decimal): -3782136 or 543430. OLE color: 543430.
HSL color Cylindrical-coordinate representation of color #C64A08: hue angle of 20.84º 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 #C64A08 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 8 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.22 |
| HSL | 20.84º | 0.92% | 0.4% | - |
| HSV(B) | 20.84º | 0.96% | 0.78% | - |
| XYZ | 25.78 | 16.92 | 2.14 | - |
| YUV | 103.55 | 74.08 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 8 | 0 | 0.63 | 0.96 | 0.22 | 20.84 | 0.92 | 0.4 |
| Hex | C6 | 4A | 8 | 0 | 3F | 60 | 16 | 15 | 5C | 28 |
| Octal | 306 | 112 | 10 | 0 | 77 | 140 | 26 | 25 | 134 | 50 |
| Binary | 11000110 | 1001010 | 1000 | 0 | 111111 | 1100000 | 10110 | 10101 | 1011100 | 101000 |
Color Harmonies of #C64A08
Complementary color
Monochromatic Colors of #C64A08
Black with #C64A08
Text Example
Text Example
White with #C64A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A08; }
p { color: rgb(198,74,8); }
H1.HeaderClassName
{
color: #C64A08;
}
.AnyTagClassName
{
color: #C64A08;
}
</style>
background-color css
<style>
a { background-color: #C64A08; }
a { background-color: rgb(198,74,8); }
div.DivClassName
{
background-color: #C64A08;
}
.BgClassName
{
background-color: #C64A08;
}
</style>
border-color css
<style>
span { border-color: #C64A08; }
span { border-color: rgb(198,74,8); }
td.TdClassName
{
border-color: #C64A08;
}
.TagClassName
{
border-color: #C64A08;
}
</style>