Shades of Tenne (Tawny) #C76800
Tints of Tenne (Tawny) #C76800
RGB
CMYK
RGB Variations
Color information
#C76800 (or 0xC76800) is known color: Tenne (Tawny). HEX triplet: C7, 68 and 00. RGB value is (199,104,0). Sum of RGB (Red+Green+Blue) = 199+104+0=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C76800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76800 is #3897FF. Grayscale: #797979. Windows color (decimal): -3708928 or 26823. OLE color: 26823.
HSL color Cylindrical-coordinate representation of color #C76800: hue angle of 31.36º 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 #C76800 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.22 |
| HSL | 31.36º | 1% | 0.39% | - |
| HSV(B) | 31.36º | 1% | 0.78% | - |
| XYZ | 28.5 | 22.04 | 2.75 | - |
| YUV | 120.55 | 59.97 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 0 | 0 | 0.48 | 1 | 0.22 | 31.36 | 1 | 0.39 |
| Hex | C7 | 68 | 0 | 0 | 30 | 64 | 16 | 1F | 64 | 27 |
| Octal | 307 | 150 | 0 | 0 | 60 | 144 | 26 | 37 | 144 | 47 |
| Binary | 11000111 | 1101000 | 0 | 0 | 110000 | 1100100 | 10110 | 11111 | 1100100 | 100111 |
Color Harmonies of #C76800
Complementary color
Monochromatic Colors of #C76800
Black with #C76800
Text Example
Text Example
White with #C76800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76800; }
p { color: rgb(199,104,0); }
H1.HeaderClassName
{
color: #C76800;
}
.AnyTagClassName
{
color: #C76800;
}
</style>
background-color css
<style>
a { background-color: #C76800; }
a { background-color: rgb(199,104,0); }
div.DivClassName
{
background-color: #C76800;
}
.BgClassName
{
background-color: #C76800;
}
</style>
border-color css
<style>
span { border-color: #C76800; }
span { border-color: rgb(199,104,0); }
td.TdClassName
{
border-color: #C76800;
}
.TagClassName
{
border-color: #C76800;
}
</style>