Shades of Tenne (Tawny) #C64A00
Tints of Tenne (Tawny) #C64A00
RGB
CMYK
RGB Variations
Color information
#C64A00 (or 0xC64A00) is known color: Tenne (Tawny). HEX triplet: C6, 4A and 00. RGB value is (198,74,0). Sum of RGB (Red+Green+Blue) = 198+74+0=272 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.79% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64A00 is #39B5FF. Grayscale: #676767. Windows color (decimal): -3782144 or 19142. OLE color: 19142.
HSL color Cylindrical-coordinate representation of color #C64A00: hue angle of 22.42º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C64A00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.22 |
| HSL | 22.42º | 1% | 0.39% | - |
| HSV(B) | 22.42º | 1% | 0.78% | - |
| XYZ | 25.74 | 16.9 | 1.91 | - |
| YUV | 102.64 | 70.08 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 0 | 0 | 0.63 | 1 | 0.22 | 22.42 | 1 | 0.39 |
| Hex | C6 | 4A | 0 | 0 | 3F | 64 | 16 | 16 | 64 | 27 |
| Octal | 306 | 112 | 0 | 0 | 77 | 144 | 26 | 26 | 144 | 47 |
| Binary | 11000110 | 1001010 | 0 | 0 | 111111 | 1100100 | 10110 | 10110 | 1100100 | 100111 |
Color Harmonies of #C64A00
Complementary color
Monochromatic Colors of #C64A00
Black with #C64A00
Text Example
Text Example
White with #C64A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A00; }
p { color: rgb(198,74,0); }
H1.HeaderClassName
{
color: #C64A00;
}
.AnyTagClassName
{
color: #C64A00;
}
</style>
background-color css
<style>
a { background-color: #C64A00; }
a { background-color: rgb(198,74,0); }
div.DivClassName
{
background-color: #C64A00;
}
.BgClassName
{
background-color: #C64A00;
}
</style>
border-color css
<style>
span { border-color: #C64A00; }
span { border-color: rgb(198,74,0); }
td.TdClassName
{
border-color: #C64A00;
}
.TagClassName
{
border-color: #C64A00;
}
</style>