Shades of Tenne (Tawny) #C06A00
Tints of Tenne (Tawny) #C06A00
RGB
CMYK
RGB Variations
Color information
#C06A00 (or 0xC06A00) is known color: Tenne (Tawny). HEX triplet: C0, 6A and 00. RGB value is (192,106,0). Sum of RGB (Red+Green+Blue) = 192+106+0=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06A00 is #3F95FF. Grayscale: #787878. Windows color (decimal): -4167168 or 27328. OLE color: 27328.
HSL color Cylindrical-coordinate representation of color #C06A00: hue angle of 33.12º 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 #C06A00 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.25 |
| HSL | 33.13º | 1% | 0.38% | - |
| HSV(B) | 33.13º | 1% | 0.75% | - |
| XYZ | 26.89 | 21.51 | 2.74 | - |
| YUV | 119.63 | 60.49 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 0 | 0 | 0.45 | 1 | 0.25 | 33.13 | 1 | 0.38 |
| Hex | C0 | 6A | 0 | 0 | 2D | 64 | 19 | 21 | 64 | 26 |
| Octal | 300 | 152 | 0 | 0 | 55 | 144 | 31 | 41 | 144 | 46 |
| Binary | 11000000 | 1101010 | 0 | 0 | 101101 | 1100100 | 11001 | 100001 | 1100100 | 100110 |
Color Harmonies of #C06A00
Complementary color
Monochromatic Colors of #C06A00
Black with #C06A00
Text Example
Text Example
White with #C06A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A00; }
p { color: rgb(192,106,0); }
H1.HeaderClassName
{
color: #C06A00;
}
.AnyTagClassName
{
color: #C06A00;
}
</style>
background-color css
<style>
a { background-color: #C06A00; }
a { background-color: rgb(192,106,0); }
div.DivClassName
{
background-color: #C06A00;
}
.BgClassName
{
background-color: #C06A00;
}
</style>
border-color css
<style>
span { border-color: #C06A00; }
span { border-color: rgb(192,106,0); }
td.TdClassName
{
border-color: #C06A00;
}
.TagClassName
{
border-color: #C06A00;
}
</style>