Shades of Tenne (Tawny) #C06010
Tints of Tenne (Tawny) #C06010
RGB
CMYK
RGB Variations
Color information
#C06010 (or 0xC06010) is known color: Tenne (Tawny). HEX triplet: C0, 60 and 10. RGB value is (192,96,16). Sum of RGB (Red+Green+Blue) = 192+96+16=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C06010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06010 is #3F9FEF. Grayscale: #747474. Windows color (decimal): -4169712 or 1073344. OLE color: 1073344.
HSL color Cylindrical-coordinate representation of color #C06010: hue angle of 27.27º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C06010 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 16 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.25 |
| HSL | 27.27º | 0.85% | 0.41% | - |
| HSV(B) | 27.27º | 0.92% | 0.75% | - |
| XYZ | 26.01 | 19.61 | 2.9 | - |
| YUV | 115.58 | 71.8 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 16 | 0 | 0.50 | 0.92 | 0.25 | 27.27 | 0.85 | 0.41 |
| Hex | C0 | 60 | 10 | 0 | 32 | 5C | 19 | 1B | 55 | 29 |
| Octal | 300 | 140 | 20 | 0 | 62 | 134 | 31 | 33 | 125 | 51 |
| Binary | 11000000 | 1100000 | 10000 | 0 | 110010 | 1011100 | 11001 | 11011 | 1010101 | 101001 |
Color Harmonies of #C06010
Complementary color
Monochromatic Colors of #C06010
Black with #C06010
Text Example
Text Example
White with #C06010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06010; }
p { color: rgb(192,96,16); }
H1.HeaderClassName
{
color: #C06010;
}
.AnyTagClassName
{
color: #C06010;
}
</style>
background-color css
<style>
a { background-color: #C06010; }
a { background-color: rgb(192,96,16); }
div.DivClassName
{
background-color: #C06010;
}
.BgClassName
{
background-color: #C06010;
}
</style>
border-color css
<style>
span { border-color: #C06010; }
span { border-color: rgb(192,96,16); }
td.TdClassName
{
border-color: #C06010;
}
.TagClassName
{
border-color: #C06010;
}
</style>