Shades of Tenne (Tawny) #C76D05
Tints of Tenne (Tawny) #C76D05
RGB
CMYK
RGB Variations
Color information
#C76D05 (or 0xC76D05) is known color: Tenne (Tawny). HEX triplet: C7, 6D and 05. RGB value is (199,109,5). Sum of RGB (Red+Green+Blue) = 199+109+5=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76D05 is #3892FA. Grayscale: #7C7C7C. Windows color (decimal): -3707643 or 355783. OLE color: 355783.
HSL color Cylindrical-coordinate representation of color #C76D05: hue angle of 32.16º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C76D05 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 5 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.22 |
| HSL | 32.16º | 0.95% | 0.4% | - |
| HSV(B) | 32.16º | 0.97% | 0.78% | - |
| XYZ | 29.05 | 23.09 | 3.07 | - |
| YUV | 124.05 | 60.82 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 5 | 0 | 0.45 | 0.97 | 0.22 | 32.16 | 0.95 | 0.4 |
| Hex | C7 | 6D | 5 | 0 | 2D | 61 | 16 | 20 | 5F | 28 |
| Octal | 307 | 155 | 5 | 0 | 55 | 141 | 26 | 40 | 137 | 50 |
| Binary | 11000111 | 1101101 | 101 | 0 | 101101 | 1100001 | 10110 | 100000 | 1011111 | 101000 |
Color Harmonies of #C76D05
Complementary color
Monochromatic Colors of #C76D05
Black with #C76D05
Text Example
Text Example
White with #C76D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D05; }
p { color: rgb(199,109,5); }
H1.HeaderClassName
{
color: #C76D05;
}
.AnyTagClassName
{
color: #C76D05;
}
</style>
background-color css
<style>
a { background-color: #C76D05; }
a { background-color: rgb(199,109,5); }
div.DivClassName
{
background-color: #C76D05;
}
.BgClassName
{
background-color: #C76D05;
}
</style>
border-color css
<style>
span { border-color: #C76D05; }
span { border-color: rgb(199,109,5); }
td.TdClassName
{
border-color: #C76D05;
}
.TagClassName
{
border-color: #C76D05;
}
</style>