Shades of Tenne (Tawny) #C24D06
Tints of Tenne (Tawny) #C24D06
RGB
CMYK
RGB Variations
Color information
#C24D06 (or 0xC24D06) is known color: Tenne (Tawny). HEX triplet: C2, 4D and 06. RGB value is (194,77,6). Sum of RGB (Red+Green+Blue) = 194+77+6=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24D06 is #3DB2F9. Grayscale: #686868. Windows color (decimal): -4043514 or 413122. OLE color: 413122.
HSL color Cylindrical-coordinate representation of color #C24D06: hue angle of 22.66º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C24D06 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 6 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.24 |
| HSL | 22.66º | 0.94% | 0.39% | - |
| HSV(B) | 22.66º | 0.97% | 0.76% | - |
| XYZ | 24.93 | 16.79 | 2.1 | - |
| YUV | 103.89 | 72.76 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 6 | 0 | 0.60 | 0.97 | 0.24 | 22.66 | 0.94 | 0.39 |
| Hex | C2 | 4D | 6 | 0 | 3C | 61 | 18 | 17 | 5E | 27 |
| Octal | 302 | 115 | 6 | 0 | 74 | 141 | 30 | 27 | 136 | 47 |
| Binary | 11000010 | 1001101 | 110 | 0 | 111100 | 1100001 | 11000 | 10111 | 1011110 | 100111 |
Color Harmonies of #C24D06
Complementary color
Monochromatic Colors of #C24D06
Black with #C24D06
Text Example
Text Example
White with #C24D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D06; }
p { color: rgb(194,77,6); }
H1.HeaderClassName
{
color: #C24D06;
}
.AnyTagClassName
{
color: #C24D06;
}
</style>
background-color css
<style>
a { background-color: #C24D06; }
a { background-color: rgb(194,77,6); }
div.DivClassName
{
background-color: #C24D06;
}
.BgClassName
{
background-color: #C24D06;
}
</style>
border-color css
<style>
span { border-color: #C24D06; }
span { border-color: rgb(194,77,6); }
td.TdClassName
{
border-color: #C24D06;
}
.TagClassName
{
border-color: #C24D06;
}
</style>