Shades of Tenne (Tawny) #C7660A
Tints of Tenne (Tawny) #C7660A
RGB
CMYK
RGB Variations
Color information
#C7660A (or 0xC7660A) is known color: Tenne (Tawny). HEX triplet: C7, 66 and 0A. RGB value is (199,102,10). Sum of RGB (Red+Green+Blue) = 199+102+10=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C7660A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7660A is #3899F5. Grayscale: #787878. Windows color (decimal): -3709430 or 681671. OLE color: 681671.
HSL color Cylindrical-coordinate representation of color #C7660A: hue angle of 29.21º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7660A is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 10 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.22 |
| HSL | 29.21º | 0.9% | 0.41% | - |
| HSV(B) | 29.21º | 0.95% | 0.78% | - |
| XYZ | 28.36 | 21.67 | 2.97 | - |
| YUV | 120.52 | 65.64 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 10 | 0 | 0.49 | 0.95 | 0.22 | 29.21 | 0.9 | 0.41 |
| Hex | C7 | 66 | A | 0 | 31 | 5F | 16 | 1D | 5A | 29 |
| Octal | 307 | 146 | 12 | 0 | 61 | 137 | 26 | 35 | 132 | 51 |
| Binary | 11000111 | 1100110 | 1010 | 0 | 110001 | 1011111 | 10110 | 11101 | 1011010 | 101001 |
Color Harmonies of #C7660A
Complementary color
Monochromatic Colors of #C7660A
Black with #C7660A
Text Example
Text Example
White with #C7660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7660A; }
p { color: rgb(199,102,10); }
H1.HeaderClassName
{
color: #C7660A;
}
.AnyTagClassName
{
color: #C7660A;
}
</style>
background-color css
<style>
a { background-color: #C7660A; }
a { background-color: rgb(199,102,10); }
div.DivClassName
{
background-color: #C7660A;
}
.BgClassName
{
background-color: #C7660A;
}
</style>
border-color css
<style>
span { border-color: #C7660A; }
span { border-color: rgb(199,102,10); }
td.TdClassName
{
border-color: #C7660A;
}
.TagClassName
{
border-color: #C7660A;
}
</style>