Shades of Tenne (Tawny) #C6630C
Tints of Tenne (Tawny) #C6630C
RGB
CMYK
RGB Variations
Color information
#C6630C (or 0xC6630C) is known color: Tenne (Tawny). HEX triplet: C6, 63 and 0C. RGB value is (198,99,12). Sum of RGB (Red+Green+Blue) = 198+99+12=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C6630C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6630C is #399CF3. Grayscale: #777777. Windows color (decimal): -3775732 or 811974. OLE color: 811974.
HSL color Cylindrical-coordinate representation of color #C6630C: hue angle of 28.06º 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 #C6630C is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 12 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.22 |
| HSL | 28.06º | 0.89% | 0.41% | - |
| HSV(B) | 28.06º | 0.94% | 0.78% | - |
| XYZ | 27.82 | 20.96 | 2.93 | - |
| YUV | 118.68 | 67.8 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 12 | 0 | 0.50 | 0.94 | 0.22 | 28.06 | 0.89 | 0.41 |
| Hex | C6 | 63 | C | 0 | 32 | 5E | 16 | 1C | 59 | 29 |
| Octal | 306 | 143 | 14 | 0 | 62 | 136 | 26 | 34 | 131 | 51 |
| Binary | 11000110 | 1100011 | 1100 | 0 | 110010 | 1011110 | 10110 | 11100 | 1011001 | 101001 |
Color Harmonies of #C6630C
Complementary color
Monochromatic Colors of #C6630C
Black with #C6630C
Text Example
Text Example
White with #C6630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6630C; }
p { color: rgb(198,99,12); }
H1.HeaderClassName
{
color: #C6630C;
}
.AnyTagClassName
{
color: #C6630C;
}
</style>
background-color css
<style>
a { background-color: #C6630C; }
a { background-color: rgb(198,99,12); }
div.DivClassName
{
background-color: #C6630C;
}
.BgClassName
{
background-color: #C6630C;
}
</style>
border-color css
<style>
span { border-color: #C6630C; }
span { border-color: rgb(198,99,12); }
td.TdClassName
{
border-color: #C6630C;
}
.TagClassName
{
border-color: #C6630C;
}
</style>