Shades of Tenne (Tawny) #C66D05
Tints of Tenne (Tawny) #C66D05
RGB
CMYK
RGB Variations
Color information
#C66D05 (or 0xC66D05) is known color: Tenne (Tawny). HEX triplet: C6, 6D and 05. RGB value is (198,109,5). Sum of RGB (Red+Green+Blue) = 198+109+5=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66D05 is #3992FA. Grayscale: #7C7C7C. Windows color (decimal): -3773179 or 355782. OLE color: 355782.
HSL color Cylindrical-coordinate representation of color #C66D05: hue angle of 32.33º 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 #C66D05 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 109 | 5 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.22 |
| HSL | 32.33º | 0.95% | 0.4% | - |
| HSV(B) | 32.33º | 0.97% | 0.78% | - |
| XYZ | 28.78 | 22.95 | 3.06 | - |
| YUV | 123.76 | 60.99 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 109 | 5 | 0 | 0.45 | 0.97 | 0.22 | 32.33 | 0.95 | 0.4 |
| Hex | C6 | 6D | 5 | 0 | 2D | 61 | 16 | 20 | 5F | 28 |
| Octal | 306 | 155 | 5 | 0 | 55 | 141 | 26 | 40 | 137 | 50 |
| Binary | 11000110 | 1101101 | 101 | 0 | 101101 | 1100001 | 10110 | 100000 | 1011111 | 101000 |
Color Harmonies of #C66D05
Complementary color
Monochromatic Colors of #C66D05
Black with #C66D05
Text Example
Text Example
White with #C66D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66D05; }
p { color: rgb(198,109,5); }
H1.HeaderClassName
{
color: #C66D05;
}
.AnyTagClassName
{
color: #C66D05;
}
</style>
background-color css
<style>
a { background-color: #C66D05; }
a { background-color: rgb(198,109,5); }
div.DivClassName
{
background-color: #C66D05;
}
.BgClassName
{
background-color: #C66D05;
}
</style>
border-color css
<style>
span { border-color: #C66D05; }
span { border-color: rgb(198,109,5); }
td.TdClassName
{
border-color: #C66D05;
}
.TagClassName
{
border-color: #C66D05;
}
</style>