Shades of Tenne (Tawny) #C66C04
Tints of Tenne (Tawny) #C66C04
RGB
CMYK
RGB Variations
Color information
#C66C04 (or 0xC66C04) is known color: Tenne (Tawny). HEX triplet: C6, 6C and 04. RGB value is (198,108,4). Sum of RGB (Red+Green+Blue) = 198+108+4=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66C04 is #3993FB. Grayscale: #7B7B7B. Windows color (decimal): -3773436 or 289990. OLE color: 289990.
HSL color Cylindrical-coordinate representation of color #C66C04: hue angle of 32.16º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C66C04 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 108 | 4 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.22 |
| HSL | 32.16º | 0.96% | 0.4% | - |
| HSV(B) | 32.16º | 0.98% | 0.78% | - |
| XYZ | 28.67 | 22.74 | 2.99 | - |
| YUV | 123.05 | 60.82 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 4 | 0 | 0.45 | 0.98 | 0.22 | 32.16 | 0.96 | 0.4 |
| Hex | C6 | 6C | 4 | 0 | 2D | 62 | 16 | 20 | 60 | 28 |
| Octal | 306 | 154 | 4 | 0 | 55 | 142 | 26 | 40 | 140 | 50 |
| Binary | 11000110 | 1101100 | 100 | 0 | 101101 | 1100010 | 10110 | 100000 | 1100000 | 101000 |
Color Harmonies of #C66C04
Complementary color
Monochromatic Colors of #C66C04
Black with #C66C04
Text Example
Text Example
White with #C66C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66C04; }
p { color: rgb(198,108,4); }
H1.HeaderClassName
{
color: #C66C04;
}
.AnyTagClassName
{
color: #C66C04;
}
</style>
background-color css
<style>
a { background-color: #C66C04; }
a { background-color: rgb(198,108,4); }
div.DivClassName
{
background-color: #C66C04;
}
.BgClassName
{
background-color: #C66C04;
}
</style>
border-color css
<style>
span { border-color: #C66C04; }
span { border-color: rgb(198,108,4); }
td.TdClassName
{
border-color: #C66C04;
}
.TagClassName
{
border-color: #C66C04;
}
</style>