Shades of Tenne (Tawny) #C1660B
Tints of Tenne (Tawny) #C1660B
RGB
CMYK
RGB Variations
Color information
#C1660B (or 0xC1660B) is known color: Tenne (Tawny). HEX triplet: C1, 66 and 0B. RGB value is (193,102,11). Sum of RGB (Red+Green+Blue) = 193+102+11=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C1660B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1660B is #3E99F4. Grayscale: #777777. Windows color (decimal): -4102645 or 747201. OLE color: 747201.
HSL color Cylindrical-coordinate representation of color #C1660B: hue angle of 30º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1660B is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 102 | 11 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.24 |
| HSL | 30º | 0.89% | 0.4% | - |
| HSV(B) | 30º | 0.94% | 0.76% | - |
| XYZ | 26.8 | 20.86 | 2.93 | - |
| YUV | 118.84 | 67.15 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 11 | 0 | 0.47 | 0.94 | 0.24 | 30 | 0.89 | 0.4 |
| Hex | C1 | 66 | B | 0 | 2F | 5E | 18 | 1E | 59 | 28 |
| Octal | 301 | 146 | 13 | 0 | 57 | 136 | 30 | 36 | 131 | 50 |
| Binary | 11000001 | 1100110 | 1011 | 0 | 101111 | 1011110 | 11000 | 11110 | 1011001 | 101000 |
Color Harmonies of #C1660B
Complementary color
Monochromatic Colors of #C1660B
Black with #C1660B
Text Example
Text Example
White with #C1660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1660B; }
p { color: rgb(193,102,11); }
H1.HeaderClassName
{
color: #C1660B;
}
.AnyTagClassName
{
color: #C1660B;
}
</style>
background-color css
<style>
a { background-color: #C1660B; }
a { background-color: rgb(193,102,11); }
div.DivClassName
{
background-color: #C1660B;
}
.BgClassName
{
background-color: #C1660B;
}
</style>
border-color css
<style>
span { border-color: #C1660B; }
span { border-color: rgb(193,102,11); }
td.TdClassName
{
border-color: #C1660B;
}
.TagClassName
{
border-color: #C1660B;
}
</style>