Shades of Tenne (Tawny) #C76400
Tints of Tenne (Tawny) #C76400
RGB
CMYK
RGB Variations
Color information
#C76400 (or 0xC76400) is known color: Tenne (Tawny). HEX triplet: C7, 64 and 00. RGB value is (199,100,0). Sum of RGB (Red+Green+Blue) = 199+100+0=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C76400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76400 is #389BFF. Grayscale: #767676. Windows color (decimal): -3709952 or 25799. OLE color: 25799.
HSL color Cylindrical-coordinate representation of color #C76400: hue angle of 30.15º 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 #C76400 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.22 |
| HSL | 30.15º | 1% | 0.39% | - |
| HSV(B) | 30.15º | 1% | 0.78% | - |
| XYZ | 28.11 | 21.26 | 2.62 | - |
| YUV | 118.2 | 61.3 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 0 | 0 | 0.50 | 1 | 0.22 | 30.15 | 1 | 0.39 |
| Hex | C7 | 64 | 0 | 0 | 32 | 64 | 16 | 1E | 64 | 27 |
| Octal | 307 | 144 | 0 | 0 | 62 | 144 | 26 | 36 | 144 | 47 |
| Binary | 11000111 | 1100100 | 0 | 0 | 110010 | 1100100 | 10110 | 11110 | 1100100 | 100111 |
Color Harmonies of #C76400
Complementary color
Monochromatic Colors of #C76400
Black with #C76400
Text Example
Text Example
White with #C76400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76400; }
p { color: rgb(199,100,0); }
H1.HeaderClassName
{
color: #C76400;
}
.AnyTagClassName
{
color: #C76400;
}
</style>
background-color css
<style>
a { background-color: #C76400; }
a { background-color: rgb(199,100,0); }
div.DivClassName
{
background-color: #C76400;
}
.BgClassName
{
background-color: #C76400;
}
</style>
border-color css
<style>
span { border-color: #C76400; }
span { border-color: rgb(199,100,0); }
td.TdClassName
{
border-color: #C76400;
}
.TagClassName
{
border-color: #C76400;
}
</style>