Shades of Tenne (Tawny) #C64B00
Tints of Tenne (Tawny) #C64B00
RGB
CMYK
RGB Variations
Color information
#C64B00 (or 0xC64B00) is known color: Tenne (Tawny). HEX triplet: C6, 4B and 00. RGB value is (198,75,0). Sum of RGB (Red+Green+Blue) = 198+75+0=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64B00 is #39B4FF. Grayscale: #676767. Windows color (decimal): -3781888 or 19398. OLE color: 19398.
HSL color Cylindrical-coordinate representation of color #C64B00: hue angle of 22.73º 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 #C64B00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.22 |
| HSL | 22.73º | 1% | 0.39% | - |
| HSV(B) | 22.73º | 1% | 0.78% | - |
| XYZ | 25.8 | 17.04 | 1.93 | - |
| YUV | 103.23 | 69.75 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 0 | 0 | 0.62 | 1 | 0.22 | 22.73 | 1 | 0.39 |
| Hex | C6 | 4B | 0 | 0 | 3E | 64 | 16 | 17 | 64 | 27 |
| Octal | 306 | 113 | 0 | 0 | 76 | 144 | 26 | 27 | 144 | 47 |
| Binary | 11000110 | 1001011 | 0 | 0 | 111110 | 1100100 | 10110 | 10111 | 1100100 | 100111 |
Color Harmonies of #C64B00
Complementary color
Monochromatic Colors of #C64B00
Black with #C64B00
Text Example
Text Example
White with #C64B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64B00; }
p { color: rgb(198,75,0); }
H1.HeaderClassName
{
color: #C64B00;
}
.AnyTagClassName
{
color: #C64B00;
}
</style>
background-color css
<style>
a { background-color: #C64B00; }
a { background-color: rgb(198,75,0); }
div.DivClassName
{
background-color: #C64B00;
}
.BgClassName
{
background-color: #C64B00;
}
</style>
border-color css
<style>
span { border-color: #C64B00; }
span { border-color: rgb(198,75,0); }
td.TdClassName
{
border-color: #C64B00;
}
.TagClassName
{
border-color: #C64B00;
}
</style>