Shades of Tenne (Tawny) #C7660C
Tints of Tenne (Tawny) #C7660C
RGB
CMYK
RGB Variations
Color information
#C7660C (or 0xC7660C) is known color: Tenne (Tawny). HEX triplet: C7, 66 and 0C. RGB value is (199,102,12). Sum of RGB (Red+Green+Blue) = 199+102+12=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C7660C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7660C is #3899F3. Grayscale: #797979. Windows color (decimal): -3709428 or 812743. OLE color: 812743.
HSL color Cylindrical-coordinate representation of color #C7660C: hue angle of 28.88º 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 #C7660C is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 12 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.22 |
| HSL | 28.88º | 0.89% | 0.41% | - |
| HSV(B) | 28.88º | 0.94% | 0.78% | - |
| XYZ | 28.37 | 21.67 | 3.04 | - |
| YUV | 120.74 | 66.64 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 12 | 0 | 0.49 | 0.94 | 0.22 | 28.88 | 0.89 | 0.41 |
| Hex | C7 | 66 | C | 0 | 31 | 5E | 16 | 1D | 59 | 29 |
| Octal | 307 | 146 | 14 | 0 | 61 | 136 | 26 | 35 | 131 | 51 |
| Binary | 11000111 | 1100110 | 1100 | 0 | 110001 | 1011110 | 10110 | 11101 | 1011001 | 101001 |
Color Harmonies of #C7660C
Complementary color
Monochromatic Colors of #C7660C
Black with #C7660C
Text Example
Text Example
White with #C7660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7660C; }
p { color: rgb(199,102,12); }
H1.HeaderClassName
{
color: #C7660C;
}
.AnyTagClassName
{
color: #C7660C;
}
</style>
background-color css
<style>
a { background-color: #C7660C; }
a { background-color: rgb(199,102,12); }
div.DivClassName
{
background-color: #C7660C;
}
.BgClassName
{
background-color: #C7660C;
}
</style>
border-color css
<style>
span { border-color: #C7660C; }
span { border-color: rgb(199,102,12); }
td.TdClassName
{
border-color: #C7660C;
}
.TagClassName
{
border-color: #C7660C;
}
</style>