Shades of Tenne (Tawny) #C76607
Tints of Tenne (Tawny) #C76607
RGB
CMYK
RGB Variations
Color information
#C76607 (or 0xC76607) is known color: Tenne (Tawny). HEX triplet: C7, 66 and 07. RGB value is (199,102,7). Sum of RGB (Red+Green+Blue) = 199+102+7=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 7 (3.12% from 255 or 2.27% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C76607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76607 is #3899F8. Grayscale: #787878. Windows color (decimal): -3709433 or 485063. OLE color: 485063.
HSL color Cylindrical-coordinate representation of color #C76607: hue angle of 29.69º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C76607 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 7 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.22 |
| HSL | 29.69º | 0.93% | 0.4% | - |
| HSV(B) | 29.69º | 0.96% | 0.78% | - |
| XYZ | 28.34 | 21.66 | 2.89 | - |
| YUV | 120.17 | 64.14 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 7 | 0 | 0.49 | 0.96 | 0.22 | 29.69 | 0.93 | 0.4 |
| Hex | C7 | 66 | 7 | 0 | 31 | 60 | 16 | 1E | 5D | 28 |
| Octal | 307 | 146 | 7 | 0 | 61 | 140 | 26 | 36 | 135 | 50 |
| Binary | 11000111 | 1100110 | 111 | 0 | 110001 | 1100000 | 10110 | 11110 | 1011101 | 101000 |
Color Harmonies of #C76607
Complementary color
Monochromatic Colors of #C76607
Black with #C76607
Text Example
Text Example
White with #C76607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76607; }
p { color: rgb(199,102,7); }
H1.HeaderClassName
{
color: #C76607;
}
.AnyTagClassName
{
color: #C76607;
}
</style>
background-color css
<style>
a { background-color: #C76607; }
a { background-color: rgb(199,102,7); }
div.DivClassName
{
background-color: #C76607;
}
.BgClassName
{
background-color: #C76607;
}
</style>
border-color css
<style>
span { border-color: #C76607; }
span { border-color: rgb(199,102,7); }
td.TdClassName
{
border-color: #C76607;
}
.TagClassName
{
border-color: #C76607;
}
</style>