Shades of Tenne (Tawny) #C64901
Tints of Tenne (Tawny) #C64901
RGB
CMYK
RGB Variations
Color information
#C64901 (or 0xC64901) is known color: Tenne (Tawny). HEX triplet: C6, 49 and 01. RGB value is (198,73,1). Sum of RGB (Red+Green+Blue) = 198+73+1=272 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.79% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 198 - color contains mainly: red. Hex color #C64901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64901 is #39B6FE. Grayscale: #666666. Windows color (decimal): -3782399 or 84422. OLE color: 84422.
HSL color Cylindrical-coordinate representation of color #C64901: hue angle of 21.93º 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 #C64901 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 1 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.22 |
| HSL | 21.93º | 0.99% | 0.39% | - |
| HSV(B) | 21.93º | 0.99% | 0.78% | - |
| XYZ | 25.68 | 16.77 | 1.91 | - |
| YUV | 102.17 | 70.91 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 1 | 0 | 0.63 | 0.99 | 0.22 | 21.93 | 0.99 | 0.39 |
| Hex | C6 | 49 | 1 | 0 | 3F | 63 | 16 | 16 | 63 | 27 |
| Octal | 306 | 111 | 1 | 0 | 77 | 143 | 26 | 26 | 143 | 47 |
| Binary | 11000110 | 1001001 | 1 | 0 | 111111 | 1100011 | 10110 | 10110 | 1100011 | 100111 |
Color Harmonies of #C64901
Complementary color
Monochromatic Colors of #C64901
Black with #C64901
Text Example
Text Example
White with #C64901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64901; }
p { color: rgb(198,73,1); }
H1.HeaderClassName
{
color: #C64901;
}
.AnyTagClassName
{
color: #C64901;
}
</style>
background-color css
<style>
a { background-color: #C64901; }
a { background-color: rgb(198,73,1); }
div.DivClassName
{
background-color: #C64901;
}
.BgClassName
{
background-color: #C64901;
}
</style>
border-color css
<style>
span { border-color: #C64901; }
span { border-color: rgb(198,73,1); }
td.TdClassName
{
border-color: #C64901;
}
.TagClassName
{
border-color: #C64901;
}
</style>