Shades of Tenne (Tawny) #C06D05
Tints of Tenne (Tawny) #C06D05
RGB
CMYK
RGB Variations
Color information
#C06D05 (or 0xC06D05) is known color: Tenne (Tawny). HEX triplet: C0, 6D and 05. RGB value is (192,109,5). Sum of RGB (Red+Green+Blue) = 192+109+5=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06D05 is #3F92FA. Grayscale: #7A7A7A. Windows color (decimal): -4166395 or 355776. OLE color: 355776.
HSL color Cylindrical-coordinate representation of color #C06D05: hue angle of 33.37º degrees, saturation: 0.95, 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 #C06D05 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 5 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.25 |
| HSL | 33.37º | 0.95% | 0.39% | - |
| HSV(B) | 33.37º | 0.97% | 0.75% | - |
| XYZ | 27.23 | 22.15 | 2.98 | - |
| YUV | 121.96 | 62 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 5 | 0 | 0.43 | 0.97 | 0.25 | 33.37 | 0.95 | 0.39 |
| Hex | C0 | 6D | 5 | 0 | 2B | 61 | 19 | 21 | 5F | 27 |
| Octal | 300 | 155 | 5 | 0 | 53 | 141 | 31 | 41 | 137 | 47 |
| Binary | 11000000 | 1101101 | 101 | 0 | 101011 | 1100001 | 11001 | 100001 | 1011111 | 100111 |
Color Harmonies of #C06D05
Complementary color
Monochromatic Colors of #C06D05
Black with #C06D05
Text Example
Text Example
White with #C06D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D05; }
p { color: rgb(192,109,5); }
H1.HeaderClassName
{
color: #C06D05;
}
.AnyTagClassName
{
color: #C06D05;
}
</style>
background-color css
<style>
a { background-color: #C06D05; }
a { background-color: rgb(192,109,5); }
div.DivClassName
{
background-color: #C06D05;
}
.BgClassName
{
background-color: #C06D05;
}
</style>
border-color css
<style>
span { border-color: #C06D05; }
span { border-color: rgb(192,109,5); }
td.TdClassName
{
border-color: #C06D05;
}
.TagClassName
{
border-color: #C06D05;
}
</style>