Shades of Tenne (Tawny) #C6610B
Tints of Tenne (Tawny) #C6610B
RGB
CMYK
RGB Variations
Color information
#C6610B (or 0xC6610B) is known color: Tenne (Tawny). HEX triplet: C6, 61 and 0B. RGB value is (198,97,11). Sum of RGB (Red+Green+Blue) = 198+97+11=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C6610B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6610B is #399EF4. Grayscale: #757575. Windows color (decimal): -3776245 or 745926. OLE color: 745926.
HSL color Cylindrical-coordinate representation of color #C6610B: hue angle of 27.59º 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 #C6610B is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 97 | 11 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.22 |
| HSL | 27.59º | 0.89% | 0.41% | - |
| HSV(B) | 27.59º | 0.94% | 0.78% | - |
| XYZ | 27.62 | 20.58 | 2.83 | - |
| YUV | 117.4 | 67.96 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 97 | 11 | 0 | 0.51 | 0.94 | 0.22 | 27.59 | 0.89 | 0.41 |
| Hex | C6 | 61 | B | 0 | 33 | 5E | 16 | 1C | 59 | 29 |
| Octal | 306 | 141 | 13 | 0 | 63 | 136 | 26 | 34 | 131 | 51 |
| Binary | 11000110 | 1100001 | 1011 | 0 | 110011 | 1011110 | 10110 | 11100 | 1011001 | 101001 |
Color Harmonies of #C6610B
Complementary color
Monochromatic Colors of #C6610B
Black with #C6610B
Text Example
Text Example
White with #C6610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6610B; }
p { color: rgb(198,97,11); }
H1.HeaderClassName
{
color: #C6610B;
}
.AnyTagClassName
{
color: #C6610B;
}
</style>
background-color css
<style>
a { background-color: #C6610B; }
a { background-color: rgb(198,97,11); }
div.DivClassName
{
background-color: #C6610B;
}
.BgClassName
{
background-color: #C6610B;
}
</style>
border-color css
<style>
span { border-color: #C6610B; }
span { border-color: rgb(198,97,11); }
td.TdClassName
{
border-color: #C6610B;
}
.TagClassName
{
border-color: #C6610B;
}
</style>