Shades of Tenne (Tawny) #C64900
Tints of Tenne (Tawny) #C64900
RGB
CMYK
RGB Variations
Color information
#C64900 (or 0xC64900) is known color: Tenne (Tawny). HEX triplet: C6, 49 and 00. RGB value is (198,73,0). Sum of RGB (Red+Green+Blue) = 198+73+0=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C64900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64900 is #39B6FF. Grayscale: #666666. Windows color (decimal): -3782400 or 18886. OLE color: 18886.
HSL color Cylindrical-coordinate representation of color #C64900: hue angle of 22.12º 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 #C64900 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.22 |
| HSL | 22.12º | 1% | 0.39% | - |
| HSV(B) | 22.12º | 1% | 0.78% | - |
| XYZ | 25.67 | 16.77 | 1.88 | - |
| YUV | 102.05 | 70.41 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 0 | 0 | 0.63 | 1 | 0.22 | 22.12 | 1 | 0.39 |
| Hex | C6 | 49 | 0 | 0 | 3F | 64 | 16 | 16 | 64 | 27 |
| Octal | 306 | 111 | 0 | 0 | 77 | 144 | 26 | 26 | 144 | 47 |
| Binary | 11000110 | 1001001 | 0 | 0 | 111111 | 1100100 | 10110 | 10110 | 1100100 | 100111 |
Color Harmonies of #C64900
Complementary color
Monochromatic Colors of #C64900
Black with #C64900
Text Example
Text Example
White with #C64900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64900; }
p { color: rgb(198,73,0); }
H1.HeaderClassName
{
color: #C64900;
}
.AnyTagClassName
{
color: #C64900;
}
</style>
background-color css
<style>
a { background-color: #C64900; }
a { background-color: rgb(198,73,0); }
div.DivClassName
{
background-color: #C64900;
}
.BgClassName
{
background-color: #C64900;
}
</style>
border-color css
<style>
span { border-color: #C64900; }
span { border-color: rgb(198,73,0); }
td.TdClassName
{
border-color: #C64900;
}
.TagClassName
{
border-color: #C64900;
}
</style>