Shades of Tenne (Tawny) #C76905
Tints of Tenne (Tawny) #C76905
RGB
CMYK
RGB Variations
Color information
#C76905 (or 0xC76905) is known color: Tenne (Tawny). HEX triplet: C7, 69 and 05. RGB value is (199,105,5). Sum of RGB (Red+Green+Blue) = 199+105+5=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C76905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76905 is #3896FA. Grayscale: #7A7A7A. Windows color (decimal): -3708667 or 354759. OLE color: 354759.
HSL color Cylindrical-coordinate representation of color #C76905: hue angle of 30.93º 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 #C76905 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 5 | - |
| CMYK | 0 | 0.47 | 0.97 | 0.22 |
| HSL | 30.93º | 0.95% | 0.4% | - |
| HSV(B) | 30.93º | 0.97% | 0.78% | - |
| XYZ | 28.63 | 22.26 | 2.93 | - |
| YUV | 121.71 | 62.14 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 5 | 0 | 0.47 | 0.97 | 0.22 | 30.93 | 0.95 | 0.4 |
| Hex | C7 | 69 | 5 | 0 | 2F | 61 | 16 | 1F | 5F | 28 |
| Octal | 307 | 151 | 5 | 0 | 57 | 141 | 26 | 37 | 137 | 50 |
| Binary | 11000111 | 1101001 | 101 | 0 | 101111 | 1100001 | 10110 | 11111 | 1011111 | 101000 |
Color Harmonies of #C76905
Complementary color
Monochromatic Colors of #C76905
Black with #C76905
Text Example
Text Example
White with #C76905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76905; }
p { color: rgb(199,105,5); }
H1.HeaderClassName
{
color: #C76905;
}
.AnyTagClassName
{
color: #C76905;
}
</style>
background-color css
<style>
a { background-color: #C76905; }
a { background-color: rgb(199,105,5); }
div.DivClassName
{
background-color: #C76905;
}
.BgClassName
{
background-color: #C76905;
}
</style>
border-color css
<style>
span { border-color: #C76905; }
span { border-color: rgb(199,105,5); }
td.TdClassName
{
border-color: #C76905;
}
.TagClassName
{
border-color: #C76905;
}
</style>