Shades of Tenne (Tawny) #C6690B
Tints of Tenne (Tawny) #C6690B
RGB
CMYK
RGB Variations
Color information
#C6690B (or 0xC6690B) is known color: Tenne (Tawny). HEX triplet: C6, 69 and 0B. RGB value is (198,105,11). Sum of RGB (Red+Green+Blue) = 198+105+11=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C6690B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6690B is #3996F4. Grayscale: #7A7A7A. Windows color (decimal): -3774197 or 747974. OLE color: 747974.
HSL color Cylindrical-coordinate representation of color #C6690B: hue angle of 30.16º 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 #C6690B is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 11 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.22 |
| HSL | 30.16º | 0.89% | 0.41% | - |
| HSV(B) | 30.16º | 0.94% | 0.78% | - |
| XYZ | 28.4 | 22.13 | 3.09 | - |
| YUV | 122.09 | 65.31 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 11 | 0 | 0.47 | 0.94 | 0.22 | 30.16 | 0.89 | 0.41 |
| Hex | C6 | 69 | B | 0 | 2F | 5E | 16 | 1E | 59 | 29 |
| Octal | 306 | 151 | 13 | 0 | 57 | 136 | 26 | 36 | 131 | 51 |
| Binary | 11000110 | 1101001 | 1011 | 0 | 101111 | 1011110 | 10110 | 11110 | 1011001 | 101001 |
Color Harmonies of #C6690B
Complementary color
Monochromatic Colors of #C6690B
Black with #C6690B
Text Example
Text Example
White with #C6690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6690B; }
p { color: rgb(198,105,11); }
H1.HeaderClassName
{
color: #C6690B;
}
.AnyTagClassName
{
color: #C6690B;
}
</style>
background-color css
<style>
a { background-color: #C6690B; }
a { background-color: rgb(198,105,11); }
div.DivClassName
{
background-color: #C6690B;
}
.BgClassName
{
background-color: #C6690B;
}
</style>
border-color css
<style>
span { border-color: #C6690B; }
span { border-color: rgb(198,105,11); }
td.TdClassName
{
border-color: #C6690B;
}
.TagClassName
{
border-color: #C6690B;
}
</style>