Shades of Tenne (Tawny) #C64501
Tints of Tenne (Tawny) #C64501
RGB
CMYK
RGB Variations
Color information
#C64501 (or 0xC64501) is known color: Tenne (Tawny). HEX triplet: C6, 45 and 01. RGB value is (198,69,1). Sum of RGB (Red+Green+Blue) = 198+69+1=268 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.88% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 198 - color contains mainly: red. Hex color #C64501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64501 is #39BAFE. Grayscale: #646464. Windows color (decimal): -3783423 or 83398. OLE color: 83398.
HSL color Cylindrical-coordinate representation of color #C64501: hue angle of 20.71º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C64501 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.22 |
| HSL | 20.71º | 0.99% | 0.39% | - |
| HSV(B) | 20.71º | 0.99% | 0.78% | - |
| XYZ | 25.42 | 16.26 | 1.83 | - |
| YUV | 99.82 | 72.24 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 1 | 0 | 0.65 | 0.99 | 0.22 | 20.71 | 0.99 | 0.39 |
| Hex | C6 | 45 | 1 | 0 | 41 | 63 | 16 | 15 | 63 | 27 |
| Octal | 306 | 105 | 1 | 0 | 101 | 143 | 26 | 25 | 143 | 47 |
| Binary | 11000110 | 1000101 | 1 | 0 | 1000001 | 1100011 | 10110 | 10101 | 1100011 | 100111 |
Color Harmonies of #C64501
Complementary color
Monochromatic Colors of #C64501
Black with #C64501
Text Example
Text Example
White with #C64501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64501; }
p { color: rgb(198,69,1); }
H1.HeaderClassName
{
color: #C64501;
}
.AnyTagClassName
{
color: #C64501;
}
</style>
background-color css
<style>
a { background-color: #C64501; }
a { background-color: rgb(198,69,1); }
div.DivClassName
{
background-color: #C64501;
}
.BgClassName
{
background-color: #C64501;
}
</style>
border-color css
<style>
span { border-color: #C64501; }
span { border-color: rgb(198,69,1); }
td.TdClassName
{
border-color: #C64501;
}
.TagClassName
{
border-color: #C64501;
}
</style>