Shades of Tenne (Tawny) #C7620B
Tints of Tenne (Tawny) #C7620B
RGB
CMYK
RGB Variations
Color information
#C7620B (or 0xC7620B) is known color: Tenne (Tawny). HEX triplet: C7, 62 and 0B. RGB value is (199,98,11). Sum of RGB (Red+Green+Blue) = 199+98+11=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C7620B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7620B is #389DF4. Grayscale: #767676. Windows color (decimal): -3710453 or 746183. OLE color: 746183.
HSL color Cylindrical-coordinate representation of color #C7620B: hue angle of 27.77º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7620B is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 98 | 11 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.22 |
| HSL | 27.77º | 0.9% | 0.41% | - |
| HSV(B) | 27.77º | 0.94% | 0.78% | - |
| XYZ | 27.98 | 20.9 | 2.88 | - |
| YUV | 118.28 | 67.46 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 11 | 0 | 0.51 | 0.94 | 0.22 | 27.77 | 0.9 | 0.41 |
| Hex | C7 | 62 | B | 0 | 33 | 5E | 16 | 1C | 5A | 29 |
| Octal | 307 | 142 | 13 | 0 | 63 | 136 | 26 | 34 | 132 | 51 |
| Binary | 11000111 | 1100010 | 1011 | 0 | 110011 | 1011110 | 10110 | 11100 | 1011010 | 101001 |
Color Harmonies of #C7620B
Complementary color
Monochromatic Colors of #C7620B
Black with #C7620B
Text Example
Text Example
White with #C7620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7620B; }
p { color: rgb(199,98,11); }
H1.HeaderClassName
{
color: #C7620B;
}
.AnyTagClassName
{
color: #C7620B;
}
</style>
background-color css
<style>
a { background-color: #C7620B; }
a { background-color: rgb(199,98,11); }
div.DivClassName
{
background-color: #C7620B;
}
.BgClassName
{
background-color: #C7620B;
}
</style>
border-color css
<style>
span { border-color: #C7620B; }
span { border-color: rgb(199,98,11); }
td.TdClassName
{
border-color: #C7620B;
}
.TagClassName
{
border-color: #C7620B;
}
</style>