Shades of Tenne (Tawny) #C6670C
Tints of Tenne (Tawny) #C6670C
RGB
CMYK
RGB Variations
Color information
#C6670C (or 0xC6670C) is known color: Tenne (Tawny). HEX triplet: C6, 67 and 0C. RGB value is (198,103,12). Sum of RGB (Red+Green+Blue) = 198+103+12=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C6670C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6670C is #3998F3. Grayscale: #797979. Windows color (decimal): -3774708 or 812998. OLE color: 812998.
HSL color Cylindrical-coordinate representation of color #C6670C: hue angle of 29.35º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6670C is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 103 | 12 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.22 |
| HSL | 29.35º | 0.89% | 0.41% | - |
| HSV(B) | 29.35º | 0.94% | 0.78% | - |
| XYZ | 28.21 | 21.73 | 3.06 | - |
| YUV | 121.03 | 66.47 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 12 | 0 | 0.48 | 0.94 | 0.22 | 29.35 | 0.89 | 0.41 |
| Hex | C6 | 67 | C | 0 | 30 | 5E | 16 | 1D | 59 | 29 |
| Octal | 306 | 147 | 14 | 0 | 60 | 136 | 26 | 35 | 131 | 51 |
| Binary | 11000110 | 1100111 | 1100 | 0 | 110000 | 1011110 | 10110 | 11101 | 1011001 | 101001 |
Color Harmonies of #C6670C
Complementary color
Monochromatic Colors of #C6670C
Black with #C6670C
Text Example
Text Example
White with #C6670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6670C; }
p { color: rgb(198,103,12); }
H1.HeaderClassName
{
color: #C6670C;
}
.AnyTagClassName
{
color: #C6670C;
}
</style>
background-color css
<style>
a { background-color: #C6670C; }
a { background-color: rgb(198,103,12); }
div.DivClassName
{
background-color: #C6670C;
}
.BgClassName
{
background-color: #C6670C;
}
</style>
border-color css
<style>
span { border-color: #C6670C; }
span { border-color: rgb(198,103,12); }
td.TdClassName
{
border-color: #C6670C;
}
.TagClassName
{
border-color: #C6670C;
}
</style>