Shades of Tenne (Tawny) #C06A07
Tints of Tenne (Tawny) #C06A07
RGB
CMYK
RGB Variations
Color information
#C06A07 (or 0xC06A07) is known color: Tenne (Tawny). HEX triplet: C0, 6A and 07. RGB value is (192,106,7). Sum of RGB (Red+Green+Blue) = 192+106+7=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06A07 is #3F95F8. Grayscale: #787878. Windows color (decimal): -4167161 or 486080. OLE color: 486080.
HSL color Cylindrical-coordinate representation of color #C06A07: hue angle of 32.11º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C06A07 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 7 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.25 |
| HSL | 32.11º | 0.93% | 0.39% | - |
| HSV(B) | 32.11º | 0.96% | 0.75% | - |
| XYZ | 26.93 | 21.53 | 2.94 | - |
| YUV | 120.43 | 63.99 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 7 | 0 | 0.45 | 0.96 | 0.25 | 32.11 | 0.93 | 0.39 |
| Hex | C0 | 6A | 7 | 0 | 2D | 60 | 19 | 20 | 5D | 27 |
| Octal | 300 | 152 | 7 | 0 | 55 | 140 | 31 | 40 | 135 | 47 |
| Binary | 11000000 | 1101010 | 111 | 0 | 101101 | 1100000 | 11001 | 100000 | 1011101 | 100111 |
Color Harmonies of #C06A07
Complementary color
Monochromatic Colors of #C06A07
Black with #C06A07
Text Example
Text Example
White with #C06A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A07; }
p { color: rgb(192,106,7); }
H1.HeaderClassName
{
color: #C06A07;
}
.AnyTagClassName
{
color: #C06A07;
}
</style>
background-color css
<style>
a { background-color: #C06A07; }
a { background-color: rgb(192,106,7); }
div.DivClassName
{
background-color: #C06A07;
}
.BgClassName
{
background-color: #C06A07;
}
</style>
border-color css
<style>
span { border-color: #C06A07; }
span { border-color: rgb(192,106,7); }
td.TdClassName
{
border-color: #C06A07;
}
.TagClassName
{
border-color: #C06A07;
}
</style>