Shades of Tenne (Tawny) #C06C06
Tints of Tenne (Tawny) #C06C06
RGB
CMYK
RGB Variations
Color information
#C06C06 (or 0xC06C06) is known color: Tenne (Tawny). HEX triplet: C0, 6C and 06. RGB value is (192,108,6). Sum of RGB (Red+Green+Blue) = 192+108+6=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06C06 is #3F93F9. Grayscale: #797979. Windows color (decimal): -4166650 or 421056. OLE color: 421056.
HSL color Cylindrical-coordinate representation of color #C06C06: hue angle of 32.9º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C06C06 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 6 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.25 |
| HSL | 32.9º | 0.94% | 0.39% | - |
| HSV(B) | 32.9º | 0.97% | 0.75% | - |
| XYZ | 27.13 | 21.94 | 2.98 | - |
| YUV | 121.49 | 62.83 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 6 | 0 | 0.44 | 0.97 | 0.25 | 32.9 | 0.94 | 0.39 |
| Hex | C0 | 6C | 6 | 0 | 2C | 61 | 19 | 21 | 5E | 27 |
| Octal | 300 | 154 | 6 | 0 | 54 | 141 | 31 | 41 | 136 | 47 |
| Binary | 11000000 | 1101100 | 110 | 0 | 101100 | 1100001 | 11001 | 100001 | 1011110 | 100111 |
Color Harmonies of #C06C06
Complementary color
Monochromatic Colors of #C06C06
Black with #C06C06
Text Example
Text Example
White with #C06C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C06; }
p { color: rgb(192,108,6); }
H1.HeaderClassName
{
color: #C06C06;
}
.AnyTagClassName
{
color: #C06C06;
}
</style>
background-color css
<style>
a { background-color: #C06C06; }
a { background-color: rgb(192,108,6); }
div.DivClassName
{
background-color: #C06C06;
}
.BgClassName
{
background-color: #C06C06;
}
</style>
border-color css
<style>
span { border-color: #C06C06; }
span { border-color: rgb(192,108,6); }
td.TdClassName
{
border-color: #C06C06;
}
.TagClassName
{
border-color: #C06C06;
}
</style>