Shades of Tenne (Tawny) #C65006
Tints of Tenne (Tawny) #C65006
RGB
CMYK
RGB Variations
Color information
#C65006 (or 0xC65006) is known color: Tenne (Tawny). HEX triplet: C6, 50 and 06. RGB value is (198,80,6). Sum of RGB (Red+Green+Blue) = 198+80+6=284 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.72% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 198 - color contains mainly: red. Hex color #C65006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65006 is #39AFF9. Grayscale: #6B6B6B. Windows color (decimal): -3780602 or 413894. OLE color: 413894.
HSL color Cylindrical-coordinate representation of color #C65006: hue angle of 23.12º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C65006 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 6 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.22 |
| HSL | 23.13º | 0.94% | 0.4% | - |
| HSV(B) | 23.13º | 0.97% | 0.78% | - |
| XYZ | 26.19 | 17.76 | 2.22 | - |
| YUV | 106.85 | 71.09 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 6 | 0 | 0.60 | 0.97 | 0.22 | 23.13 | 0.94 | 0.4 |
| Hex | C6 | 50 | 6 | 0 | 3C | 61 | 16 | 17 | 5E | 28 |
| Octal | 306 | 120 | 6 | 0 | 74 | 141 | 26 | 27 | 136 | 50 |
| Binary | 11000110 | 1010000 | 110 | 0 | 111100 | 1100001 | 10110 | 10111 | 1011110 | 101000 |
Color Harmonies of #C65006
Complementary color
Monochromatic Colors of #C65006
Black with #C65006
Text Example
Text Example
White with #C65006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65006; }
p { color: rgb(198,80,6); }
H1.HeaderClassName
{
color: #C65006;
}
.AnyTagClassName
{
color: #C65006;
}
</style>
background-color css
<style>
a { background-color: #C65006; }
a { background-color: rgb(198,80,6); }
div.DivClassName
{
background-color: #C65006;
}
.BgClassName
{
background-color: #C65006;
}
</style>
border-color css
<style>
span { border-color: #C65006; }
span { border-color: rgb(198,80,6); }
td.TdClassName
{
border-color: #C65006;
}
.TagClassName
{
border-color: #C65006;
}
</style>