Shades of Tenne (Tawny) #C6660B
Tints of Tenne (Tawny) #C6660B
RGB
CMYK
RGB Variations
Color information
#C6660B (or 0xC6660B) is known color: Tenne (Tawny). HEX triplet: C6, 66 and 0B. RGB value is (198,102,11). Sum of RGB (Red+Green+Blue) = 198+102+11=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C6660B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6660B is #3999F4. Grayscale: #787878. Windows color (decimal): -3774965 or 747206. OLE color: 747206.
HSL color Cylindrical-coordinate representation of color #C6660B: hue angle of 29.2º 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 #C6660B is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 11 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.22 |
| HSL | 29.2º | 0.89% | 0.41% | - |
| HSV(B) | 29.2º | 0.94% | 0.78% | - |
| XYZ | 28.1 | 21.53 | 2.99 | - |
| YUV | 120.33 | 66.3 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 11 | 0 | 0.48 | 0.94 | 0.22 | 29.2 | 0.89 | 0.41 |
| Hex | C6 | 66 | B | 0 | 30 | 5E | 16 | 1D | 59 | 29 |
| Octal | 306 | 146 | 13 | 0 | 60 | 136 | 26 | 35 | 131 | 51 |
| Binary | 11000110 | 1100110 | 1011 | 0 | 110000 | 1011110 | 10110 | 11101 | 1011001 | 101001 |
Color Harmonies of #C6660B
Complementary color
Monochromatic Colors of #C6660B
Black with #C6660B
Text Example
Text Example
White with #C6660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6660B; }
p { color: rgb(198,102,11); }
H1.HeaderClassName
{
color: #C6660B;
}
.AnyTagClassName
{
color: #C6660B;
}
</style>
background-color css
<style>
a { background-color: #C6660B; }
a { background-color: rgb(198,102,11); }
div.DivClassName
{
background-color: #C6660B;
}
.BgClassName
{
background-color: #C6660B;
}
</style>
border-color css
<style>
span { border-color: #C6660B; }
span { border-color: rgb(198,102,11); }
td.TdClassName
{
border-color: #C6660B;
}
.TagClassName
{
border-color: #C6660B;
}
</style>