Shades of Tenne (Tawny) #C76D07
Tints of Tenne (Tawny) #C76D07
RGB
CMYK
RGB Variations
Color information
#C76D07 (or 0xC76D07) is known color: Tenne (Tawny). HEX triplet: C7, 6D and 07. RGB value is (199,109,7). Sum of RGB (Red+Green+Blue) = 199+109+7=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76D07 is #3892F8. Grayscale: #7C7C7C. Windows color (decimal): -3707641 or 486855. OLE color: 486855.
HSL color Cylindrical-coordinate representation of color #C76D07: hue angle of 31.88º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C76D07 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 7 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.22 |
| HSL | 31.88º | 0.93% | 0.4% | - |
| HSV(B) | 31.88º | 0.96% | 0.78% | - |
| XYZ | 29.06 | 23.09 | 3.13 | - |
| YUV | 124.28 | 61.82 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 7 | 0 | 0.45 | 0.96 | 0.22 | 31.88 | 0.93 | 0.4 |
| Hex | C7 | 6D | 7 | 0 | 2D | 60 | 16 | 20 | 5D | 28 |
| Octal | 307 | 155 | 7 | 0 | 55 | 140 | 26 | 40 | 135 | 50 |
| Binary | 11000111 | 1101101 | 111 | 0 | 101101 | 1100000 | 10110 | 100000 | 1011101 | 101000 |
Color Harmonies of #C76D07
Complementary color
Monochromatic Colors of #C76D07
Black with #C76D07
Text Example
Text Example
White with #C76D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D07; }
p { color: rgb(199,109,7); }
H1.HeaderClassName
{
color: #C76D07;
}
.AnyTagClassName
{
color: #C76D07;
}
</style>
background-color css
<style>
a { background-color: #C76D07; }
a { background-color: rgb(199,109,7); }
div.DivClassName
{
background-color: #C76D07;
}
.BgClassName
{
background-color: #C76D07;
}
</style>
border-color css
<style>
span { border-color: #C76D07; }
span { border-color: rgb(199,109,7); }
td.TdClassName
{
border-color: #C76D07;
}
.TagClassName
{
border-color: #C76D07;
}
</style>