Shades of Tenne (Tawny) #C66206
Tints of Tenne (Tawny) #C66206
RGB
CMYK
RGB Variations
Color information
#C66206 (or 0xC66206) is known color: Tenne (Tawny). HEX triplet: C6, 62 and 06. RGB value is (198,98,6). Sum of RGB (Red+Green+Blue) = 198+98+6=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 6 (2.73% from 255 or 1.99% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C66206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66206 is #399DF9. Grayscale: #757575. Windows color (decimal): -3775994 or 418502. OLE color: 418502.
HSL color Cylindrical-coordinate representation of color #C66206: hue angle of 28.75º 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 #C66206 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 98 | 6 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.22 |
| HSL | 28.75º | 0.94% | 0.4% | - |
| HSV(B) | 28.75º | 0.97% | 0.78% | - |
| XYZ | 27.69 | 20.75 | 2.72 | - |
| YUV | 117.41 | 65.13 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 6 | 0 | 0.51 | 0.97 | 0.22 | 28.75 | 0.94 | 0.4 |
| Hex | C6 | 62 | 6 | 0 | 33 | 61 | 16 | 1D | 5E | 28 |
| Octal | 306 | 142 | 6 | 0 | 63 | 141 | 26 | 35 | 136 | 50 |
| Binary | 11000110 | 1100010 | 110 | 0 | 110011 | 1100001 | 10110 | 11101 | 1011110 | 101000 |
Color Harmonies of #C66206
Complementary color
Monochromatic Colors of #C66206
Black with #C66206
Text Example
Text Example
White with #C66206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66206; }
p { color: rgb(198,98,6); }
H1.HeaderClassName
{
color: #C66206;
}
.AnyTagClassName
{
color: #C66206;
}
</style>
background-color css
<style>
a { background-color: #C66206; }
a { background-color: rgb(198,98,6); }
div.DivClassName
{
background-color: #C66206;
}
.BgClassName
{
background-color: #C66206;
}
</style>
border-color css
<style>
span { border-color: #C66206; }
span { border-color: rgb(198,98,6); }
td.TdClassName
{
border-color: #C66206;
}
.TagClassName
{
border-color: #C66206;
}
</style>