Shades of Tenne (Tawny) #C64D01
Tints of Tenne (Tawny) #C64D01
RGB
CMYK
RGB Variations
Color information
#C64D01 (or 0xC64D01) is known color: Tenne (Tawny). HEX triplet: C6, 4D and 01. RGB value is (198,77,1). Sum of RGB (Red+Green+Blue) = 198+77+1=276 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.74% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C64D01 is #39B2FE. Grayscale: #686868. Windows color (decimal): -3781375 or 85446. OLE color: 85446.
HSL color Cylindrical-coordinate representation of color #C64D01: hue angle of 23.15º 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 #C64D01 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.22 |
| HSL | 23.15º | 0.99% | 0.39% | - |
| HSV(B) | 23.15º | 0.99% | 0.78% | - |
| XYZ | 25.95 | 17.32 | 2 | - |
| YUV | 104.52 | 69.59 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 1 | 0 | 0.61 | 0.99 | 0.22 | 23.15 | 0.99 | 0.39 |
| Hex | C6 | 4D | 1 | 0 | 3D | 63 | 16 | 17 | 63 | 27 |
| Octal | 306 | 115 | 1 | 0 | 75 | 143 | 26 | 27 | 143 | 47 |
| Binary | 11000110 | 1001101 | 1 | 0 | 111101 | 1100011 | 10110 | 10111 | 1100011 | 100111 |
Color Harmonies of #C64D01
Complementary color
Monochromatic Colors of #C64D01
Black with #C64D01
Text Example
Text Example
White with #C64D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64D01; }
p { color: rgb(198,77,1); }
H1.HeaderClassName
{
color: #C64D01;
}
.AnyTagClassName
{
color: #C64D01;
}
</style>
background-color css
<style>
a { background-color: #C64D01; }
a { background-color: rgb(198,77,1); }
div.DivClassName
{
background-color: #C64D01;
}
.BgClassName
{
background-color: #C64D01;
}
</style>
border-color css
<style>
span { border-color: #C64D01; }
span { border-color: rgb(198,77,1); }
td.TdClassName
{
border-color: #C64D01;
}
.TagClassName
{
border-color: #C64D01;
}
</style>