Shades of Tenne (Tawny) #C7600D
Tints of Tenne (Tawny) #C7600D
RGB
CMYK
RGB Variations
Color information
#C7600D (or 0xC7600D) is known color: Tenne (Tawny). HEX triplet: C7, 60 and 0D. RGB value is (199,96,13). Sum of RGB (Red+Green+Blue) = 199+96+13=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C7600D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7600D is #389FF2. Grayscale: #757575. Windows color (decimal): -3710963 or 876743. OLE color: 876743.
HSL color Cylindrical-coordinate representation of color #C7600D: hue angle of 26.77º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7600D is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 96 | 13 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.22 |
| HSL | 26.77º | 0.88% | 0.42% | - |
| HSV(B) | 26.77º | 0.93% | 0.78% | - |
| XYZ | 27.81 | 20.54 | 2.88 | - |
| YUV | 117.34 | 69.12 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 13 | 0 | 0.52 | 0.93 | 0.22 | 26.77 | 0.88 | 0.42 |
| Hex | C7 | 60 | D | 0 | 34 | 5D | 16 | 1B | 58 | 2A |
| Octal | 307 | 140 | 15 | 0 | 64 | 135 | 26 | 33 | 130 | 52 |
| Binary | 11000111 | 1100000 | 1101 | 0 | 110100 | 1011101 | 10110 | 11011 | 1011000 | 101010 |
Color Harmonies of #C7600D
Complementary color
Monochromatic Colors of #C7600D
Black with #C7600D
Text Example
Text Example
White with #C7600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7600D; }
p { color: rgb(199,96,13); }
H1.HeaderClassName
{
color: #C7600D;
}
.AnyTagClassName
{
color: #C7600D;
}
</style>
background-color css
<style>
a { background-color: #C7600D; }
a { background-color: rgb(199,96,13); }
div.DivClassName
{
background-color: #C7600D;
}
.BgClassName
{
background-color: #C7600D;
}
</style>
border-color css
<style>
span { border-color: #C7600D; }
span { border-color: rgb(199,96,13); }
td.TdClassName
{
border-color: #C7600D;
}
.TagClassName
{
border-color: #C7600D;
}
</style>