Shades of Tenne (Tawny) #C06800
Tints of Tenne (Tawny) #C06800
RGB
CMYK
RGB Variations
Color information
#C06800 (or 0xC06800) is known color: Tenne (Tawny). HEX triplet: C0, 68 and 00. RGB value is (192,104,0). Sum of RGB (Red+Green+Blue) = 192+104+0=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C06800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06800 is #3F97FF. Grayscale: #767676. Windows color (decimal): -4167680 or 26816. OLE color: 26816.
HSL color Cylindrical-coordinate representation of color #C06800: hue angle of 32.5º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C06800 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.25 |
| HSL | 32.5º | 1% | 0.38% | - |
| HSV(B) | 32.5º | 1% | 0.75% | - |
| XYZ | 26.69 | 21.11 | 2.67 | - |
| YUV | 118.46 | 61.15 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 0 | 0 | 0.46 | 1 | 0.25 | 32.5 | 1 | 0.38 |
| Hex | C0 | 68 | 0 | 0 | 2E | 64 | 19 | 20 | 64 | 26 |
| Octal | 300 | 150 | 0 | 0 | 56 | 144 | 31 | 40 | 144 | 46 |
| Binary | 11000000 | 1101000 | 0 | 0 | 101110 | 1100100 | 11001 | 100000 | 1100100 | 100110 |
Color Harmonies of #C06800
Complementary color
Monochromatic Colors of #C06800
Black with #C06800
Text Example
Text Example
White with #C06800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06800; }
p { color: rgb(192,104,0); }
H1.HeaderClassName
{
color: #C06800;
}
.AnyTagClassName
{
color: #C06800;
}
</style>
background-color css
<style>
a { background-color: #C06800; }
a { background-color: rgb(192,104,0); }
div.DivClassName
{
background-color: #C06800;
}
.BgClassName
{
background-color: #C06800;
}
</style>
border-color css
<style>
span { border-color: #C06800; }
span { border-color: rgb(192,104,0); }
td.TdClassName
{
border-color: #C06800;
}
.TagClassName
{
border-color: #C06800;
}
</style>