Shades of Tenne (Tawny) #C76D00
Tints of Tenne (Tawny) #C76D00
RGB
CMYK
RGB Variations
Color information
#C76D00 (or 0xC76D00) is known color: Tenne (Tawny). HEX triplet: C7, 6D and 00. RGB value is (199,109,0). Sum of RGB (Red+Green+Blue) = 199+109+0=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76D00 is #3892FF. Grayscale: #7C7C7C. Windows color (decimal): -3707648 or 28103. OLE color: 28103.
HSL color Cylindrical-coordinate representation of color #C76D00: hue angle of 32.86º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C76D00 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.22 |
| HSL | 32.86º | 1% | 0.39% | - |
| HSV(B) | 32.86º | 1% | 0.78% | - |
| XYZ | 29.02 | 23.08 | 2.93 | - |
| YUV | 123.48 | 58.32 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 0 | 0 | 0.45 | 1 | 0.22 | 32.86 | 1 | 0.39 |
| Hex | C7 | 6D | 0 | 0 | 2D | 64 | 16 | 21 | 64 | 27 |
| Octal | 307 | 155 | 0 | 0 | 55 | 144 | 26 | 41 | 144 | 47 |
| Binary | 11000111 | 1101101 | 0 | 0 | 101101 | 1100100 | 10110 | 100001 | 1100100 | 100111 |
Color Harmonies of #C76D00
Complementary color
Monochromatic Colors of #C76D00
Black with #C76D00
Text Example
Text Example
White with #C76D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76D00; }
p { color: rgb(199,109,0); }
H1.HeaderClassName
{
color: #C76D00;
}
.AnyTagClassName
{
color: #C76D00;
}
</style>
background-color css
<style>
a { background-color: #C76D00; }
a { background-color: rgb(199,109,0); }
div.DivClassName
{
background-color: #C76D00;
}
.BgClassName
{
background-color: #C76D00;
}
</style>
border-color css
<style>
span { border-color: #C76D00; }
span { border-color: rgb(199,109,0); }
td.TdClassName
{
border-color: #C76D00;
}
.TagClassName
{
border-color: #C76D00;
}
</style>