Shades of Tenne (Tawny) #C66C05
Tints of Tenne (Tawny) #C66C05
RGB
CMYK
RGB Variations
Color information
#C66C05 (or 0xC66C05) is known color: Tenne (Tawny). HEX triplet: C6, 6C and 05. RGB value is (198,108,5). Sum of RGB (Red+Green+Blue) = 198+108+5=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66C05 is #3993FA. Grayscale: #7B7B7B. Windows color (decimal): -3773435 or 355526. OLE color: 355526.
HSL color Cylindrical-coordinate representation of color #C66C05: hue angle of 32.02º degrees, saturation: 0.95, 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 #C66C05 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 108 | 5 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.22 |
| HSL | 32.02º | 0.95% | 0.4% | - |
| HSV(B) | 32.02º | 0.97% | 0.78% | - |
| XYZ | 28.68 | 22.74 | 3.02 | - |
| YUV | 123.17 | 61.32 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 5 | 0 | 0.45 | 0.97 | 0.22 | 32.02 | 0.95 | 0.4 |
| Hex | C6 | 6C | 5 | 0 | 2D | 61 | 16 | 20 | 5F | 28 |
| Octal | 306 | 154 | 5 | 0 | 55 | 141 | 26 | 40 | 137 | 50 |
| Binary | 11000110 | 1101100 | 101 | 0 | 101101 | 1100001 | 10110 | 100000 | 1011111 | 101000 |
Color Harmonies of #C66C05
Complementary color
Monochromatic Colors of #C66C05
Black with #C66C05
Text Example
Text Example
White with #C66C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66C05; }
p { color: rgb(198,108,5); }
H1.HeaderClassName
{
color: #C66C05;
}
.AnyTagClassName
{
color: #C66C05;
}
</style>
background-color css
<style>
a { background-color: #C66C05; }
a { background-color: rgb(198,108,5); }
div.DivClassName
{
background-color: #C66C05;
}
.BgClassName
{
background-color: #C66C05;
}
</style>
border-color css
<style>
span { border-color: #C66C05; }
span { border-color: rgb(198,108,5); }
td.TdClassName
{
border-color: #C66C05;
}
.TagClassName
{
border-color: #C66C05;
}
</style>