Shades of Tenne (Tawny) #C66705
Tints of Tenne (Tawny) #C66705
RGB
CMYK
RGB Variations
Color information
#C66705 (or 0xC66705) is known color: Tenne (Tawny). HEX triplet: C6, 67 and 05. RGB value is (198,103,5). Sum of RGB (Red+Green+Blue) = 198+103+5=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C66705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66705 is #3998FA. Grayscale: #787878. Windows color (decimal): -3774715 or 354246. OLE color: 354246.
HSL color Cylindrical-coordinate representation of color #C66705: hue angle of 30.47º 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 #C66705 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 5 | - |
| CMYK | 0 | 0.48 | 0.97 | 0.22 |
| HSL | 30.47º | 0.95% | 0.4% | - |
| HSV(B) | 30.47º | 0.97% | 0.78% | - |
| XYZ | 28.17 | 21.72 | 2.85 | - |
| YUV | 120.23 | 62.97 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 5 | 0 | 0.48 | 0.97 | 0.22 | 30.47 | 0.95 | 0.4 |
| Hex | C6 | 67 | 5 | 0 | 30 | 61 | 16 | 1E | 5F | 28 |
| Octal | 306 | 147 | 5 | 0 | 60 | 141 | 26 | 36 | 137 | 50 |
| Binary | 11000110 | 1100111 | 101 | 0 | 110000 | 1100001 | 10110 | 11110 | 1011111 | 101000 |
Color Harmonies of #C66705
Complementary color
Monochromatic Colors of #C66705
Black with #C66705
Text Example
Text Example
White with #C66705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66705; }
p { color: rgb(198,103,5); }
H1.HeaderClassName
{
color: #C66705;
}
.AnyTagClassName
{
color: #C66705;
}
</style>
background-color css
<style>
a { background-color: #C66705; }
a { background-color: rgb(198,103,5); }
div.DivClassName
{
background-color: #C66705;
}
.BgClassName
{
background-color: #C66705;
}
</style>
border-color css
<style>
span { border-color: #C66705; }
span { border-color: rgb(198,103,5); }
td.TdClassName
{
border-color: #C66705;
}
.TagClassName
{
border-color: #C66705;
}
</style>