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