Shades of Tenne (Tawny) #C64D00
Tints of Tenne (Tawny) #C64D00
RGB
CMYK
RGB Variations
Color information
#C64D00 (or 0xC64D00) is known color: Tenne (Tawny). HEX triplet: C6, 4D and 00. RGB value is (198,77,0). Sum of RGB (Red+Green+Blue) = 198+77+0=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C64D00 is #39B2FF. Grayscale: #686868. Windows color (decimal): -3781376 or 19910. OLE color: 19910.
HSL color Cylindrical-coordinate representation of color #C64D00: hue angle of 23.33º 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 #C64D00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.22 |
| HSL | 23.33º | 1% | 0.39% | - |
| HSV(B) | 23.33º | 1% | 0.78% | - |
| XYZ | 25.94 | 17.31 | 1.97 | - |
| YUV | 104.4 | 69.09 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 0 | 0 | 0.61 | 1 | 0.22 | 23.33 | 1 | 0.39 |
| Hex | C6 | 4D | 0 | 0 | 3D | 64 | 16 | 17 | 64 | 27 |
| Octal | 306 | 115 | 0 | 0 | 75 | 144 | 26 | 27 | 144 | 47 |
| Binary | 11000110 | 1001101 | 0 | 0 | 111101 | 1100100 | 10110 | 10111 | 1100100 | 100111 |
Color Harmonies of #C64D00
Complementary color
Monochromatic Colors of #C64D00
Black with #C64D00
Text Example
Text Example
White with #C64D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64D00; }
p { color: rgb(198,77,0); }
H1.HeaderClassName
{
color: #C64D00;
}
.AnyTagClassName
{
color: #C64D00;
}
</style>
background-color css
<style>
a { background-color: #C64D00; }
a { background-color: rgb(198,77,0); }
div.DivClassName
{
background-color: #C64D00;
}
.BgClassName
{
background-color: #C64D00;
}
</style>
border-color css
<style>
span { border-color: #C64D00; }
span { border-color: rgb(198,77,0); }
td.TdClassName
{
border-color: #C64D00;
}
.TagClassName
{
border-color: #C64D00;
}
</style>