Shades of Tenne (Tawny) #C1690B
Tints of Tenne (Tawny) #C1690B
RGB
CMYK
RGB Variations
Color information
#C1690B (or 0xC1690B) is known color: Tenne (Tawny). HEX triplet: C1, 69 and 0B. RGB value is (193,105,11). Sum of RGB (Red+Green+Blue) = 193+105+11=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C1690B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1690B is #3E96F4. Grayscale: #797979. Windows color (decimal): -4101877 or 747969. OLE color: 747969.
HSL color Cylindrical-coordinate representation of color #C1690B: hue angle of 30.99º 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 #C1690B is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 11 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.24 |
| HSL | 30.99º | 0.89% | 0.4% | - |
| HSV(B) | 30.99º | 0.94% | 0.76% | - |
| XYZ | 27.1 | 21.46 | 3.03 | - |
| YUV | 120.6 | 66.15 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 11 | 0 | 0.46 | 0.94 | 0.24 | 30.99 | 0.89 | 0.4 |
| Hex | C1 | 69 | B | 0 | 2E | 5E | 18 | 1F | 59 | 28 |
| Octal | 301 | 151 | 13 | 0 | 56 | 136 | 30 | 37 | 131 | 50 |
| Binary | 11000001 | 1101001 | 1011 | 0 | 101110 | 1011110 | 11000 | 11111 | 1011001 | 101000 |
Color Harmonies of #C1690B
Complementary color
Monochromatic Colors of #C1690B
Black with #C1690B
Text Example
Text Example
White with #C1690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1690B; }
p { color: rgb(193,105,11); }
H1.HeaderClassName
{
color: #C1690B;
}
.AnyTagClassName
{
color: #C1690B;
}
</style>
background-color css
<style>
a { background-color: #C1690B; }
a { background-color: rgb(193,105,11); }
div.DivClassName
{
background-color: #C1690B;
}
.BgClassName
{
background-color: #C1690B;
}
</style>
border-color css
<style>
span { border-color: #C1690B; }
span { border-color: rgb(193,105,11); }
td.TdClassName
{
border-color: #C1690B;
}
.TagClassName
{
border-color: #C1690B;
}
</style>