Shades of Tenne (Tawny) #C66607
Tints of Tenne (Tawny) #C66607
RGB
CMYK
RGB Variations
Color information
#C66607 (or 0xC66607) is known color: Tenne (Tawny). HEX triplet: C6, 66 and 07. RGB value is (198,102,7). Sum of RGB (Red+Green+Blue) = 198+102+7=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 7 (3.12% from 255 or 2.28% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C66607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66607 is #3999F8. Grayscale: #787878. Windows color (decimal): -3774969 or 485062. OLE color: 485062.
HSL color Cylindrical-coordinate representation of color #C66607: hue angle of 29.84º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C66607 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 7 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.22 |
| HSL | 29.84º | 0.93% | 0.4% | - |
| HSV(B) | 29.84º | 0.96% | 0.78% | - |
| XYZ | 28.08 | 21.52 | 2.88 | - |
| YUV | 119.87 | 64.3 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 7 | 0 | 0.48 | 0.96 | 0.22 | 29.84 | 0.93 | 0.4 |
| Hex | C6 | 66 | 7 | 0 | 30 | 60 | 16 | 1E | 5D | 28 |
| Octal | 306 | 146 | 7 | 0 | 60 | 140 | 26 | 36 | 135 | 50 |
| Binary | 11000110 | 1100110 | 111 | 0 | 110000 | 1100000 | 10110 | 11110 | 1011101 | 101000 |
Color Harmonies of #C66607
Complementary color
Monochromatic Colors of #C66607
Black with #C66607
Text Example
Text Example
White with #C66607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66607; }
p { color: rgb(198,102,7); }
H1.HeaderClassName
{
color: #C66607;
}
.AnyTagClassName
{
color: #C66607;
}
</style>
background-color css
<style>
a { background-color: #C66607; }
a { background-color: rgb(198,102,7); }
div.DivClassName
{
background-color: #C66607;
}
.BgClassName
{
background-color: #C66607;
}
</style>
border-color css
<style>
span { border-color: #C66607; }
span { border-color: rgb(198,102,7); }
td.TdClassName
{
border-color: #C66607;
}
.TagClassName
{
border-color: #C66607;
}
</style>