Shades of Tenne (Tawny) #C06D00
Tints of Tenne (Tawny) #C06D00
RGB
CMYK
RGB Variations
Color information
#C06D00 (or 0xC06D00) is known color: Tenne (Tawny). HEX triplet: C0, 6D and 00. RGB value is (192,109,0). Sum of RGB (Red+Green+Blue) = 192+109+0=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06D00 is #3F92FF. Grayscale: #797979. Windows color (decimal): -4166400 or 28096. OLE color: 28096.
HSL color Cylindrical-coordinate representation of color #C06D00: hue angle of 34.06º 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 #C06D00 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.25 |
| HSL | 34.06º | 1% | 0.38% | - |
| HSV(B) | 34.06º | 1% | 0.75% | - |
| XYZ | 27.21 | 22.14 | 2.84 | - |
| YUV | 121.39 | 59.5 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 0 | 0 | 0.43 | 1 | 0.25 | 34.06 | 1 | 0.38 |
| Hex | C0 | 6D | 0 | 0 | 2B | 64 | 19 | 22 | 64 | 26 |
| Octal | 300 | 155 | 0 | 0 | 53 | 144 | 31 | 42 | 144 | 46 |
| Binary | 11000000 | 1101101 | 0 | 0 | 101011 | 1100100 | 11001 | 100010 | 1100100 | 100110 |
Color Harmonies of #C06D00
Complementary color
Monochromatic Colors of #C06D00
Black with #C06D00
Text Example
Text Example
White with #C06D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D00; }
p { color: rgb(192,109,0); }
H1.HeaderClassName
{
color: #C06D00;
}
.AnyTagClassName
{
color: #C06D00;
}
</style>
background-color css
<style>
a { background-color: #C06D00; }
a { background-color: rgb(192,109,0); }
div.DivClassName
{
background-color: #C06D00;
}
.BgClassName
{
background-color: #C06D00;
}
</style>
border-color css
<style>
span { border-color: #C06D00; }
span { border-color: rgb(192,109,0); }
td.TdClassName
{
border-color: #C06D00;
}
.TagClassName
{
border-color: #C06D00;
}
</style>