Shades of Tenne (Tawny) #C7690B
Tints of Tenne (Tawny) #C7690B
RGB
CMYK
RGB Variations
Color information
#C7690B (or 0xC7690B) is known color: Tenne (Tawny). HEX triplet: C7, 69 and 0B. RGB value is (199,105,11). Sum of RGB (Red+Green+Blue) = 199+105+11=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C7690B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7690B is #3896F4. Grayscale: #7A7A7A. Windows color (decimal): -3708661 or 747975. OLE color: 747975.
HSL color Cylindrical-coordinate representation of color #C7690B: hue angle of 30º degrees, saturation: 0.9, 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 #C7690B is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 11 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.22 |
| HSL | 30º | 0.9% | 0.41% | - |
| HSV(B) | 30º | 0.94% | 0.78% | - |
| XYZ | 28.67 | 22.27 | 3.1 | - |
| YUV | 122.39 | 65.14 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 11 | 0 | 0.47 | 0.94 | 0.22 | 30 | 0.9 | 0.41 |
| Hex | C7 | 69 | B | 0 | 2F | 5E | 16 | 1E | 5A | 29 |
| Octal | 307 | 151 | 13 | 0 | 57 | 136 | 26 | 36 | 132 | 51 |
| Binary | 11000111 | 1101001 | 1011 | 0 | 101111 | 1011110 | 10110 | 11110 | 1011010 | 101001 |
Color Harmonies of #C7690B
Complementary color
Monochromatic Colors of #C7690B
Black with #C7690B
Text Example
Text Example
White with #C7690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7690B; }
p { color: rgb(199,105,11); }
H1.HeaderClassName
{
color: #C7690B;
}
.AnyTagClassName
{
color: #C7690B;
}
</style>
background-color css
<style>
a { background-color: #C7690B; }
a { background-color: rgb(199,105,11); }
div.DivClassName
{
background-color: #C7690B;
}
.BgClassName
{
background-color: #C7690B;
}
</style>
border-color css
<style>
span { border-color: #C7690B; }
span { border-color: rgb(199,105,11); }
td.TdClassName
{
border-color: #C7690B;
}
.TagClassName
{
border-color: #C7690B;
}
</style>