Shades of Tenne (Tawny) #C64800
Tints of Tenne (Tawny) #C64800
RGB
CMYK
RGB Variations
Color information
#C64800 (or 0xC64800) is known color: Tenne (Tawny). HEX triplet: C6, 48 and 00. RGB value is (198,72,0). Sum of RGB (Red+Green+Blue) = 198+72+0=270 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.33% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 198 - color contains mainly: red. Hex color #C64800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64800 is #39B7FF. Grayscale: #656565. Windows color (decimal): -3782656 or 18630. OLE color: 18630.
HSL color Cylindrical-coordinate representation of color #C64800: hue angle of 21.82º 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 #C64800 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.22 |
| HSL | 21.82º | 1% | 0.39% | - |
| HSV(B) | 21.82º | 1% | 0.78% | - |
| XYZ | 25.61 | 16.64 | 1.86 | - |
| YUV | 101.47 | 70.74 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 0 | 0 | 0.64 | 1 | 0.22 | 21.82 | 1 | 0.39 |
| Hex | C6 | 48 | 0 | 0 | 40 | 64 | 16 | 16 | 64 | 27 |
| Octal | 306 | 110 | 0 | 0 | 100 | 144 | 26 | 26 | 144 | 47 |
| Binary | 11000110 | 1001000 | 0 | 0 | 1000000 | 1100100 | 10110 | 10110 | 1100100 | 100111 |
Color Harmonies of #C64800
Complementary color
Monochromatic Colors of #C64800
Black with #C64800
Text Example
Text Example
White with #C64800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64800; }
p { color: rgb(198,72,0); }
H1.HeaderClassName
{
color: #C64800;
}
.AnyTagClassName
{
color: #C64800;
}
</style>
background-color css
<style>
a { background-color: #C64800; }
a { background-color: rgb(198,72,0); }
div.DivClassName
{
background-color: #C64800;
}
.BgClassName
{
background-color: #C64800;
}
</style>
border-color css
<style>
span { border-color: #C64800; }
span { border-color: rgb(198,72,0); }
td.TdClassName
{
border-color: #C64800;
}
.TagClassName
{
border-color: #C64800;
}
</style>