Shades of Tenne (Tawny) #C6620D
Tints of Tenne (Tawny) #C6620D
RGB
CMYK
RGB Variations
Color information
#C6620D (or 0xC6620D) is known color: Tenne (Tawny). HEX triplet: C6, 62 and 0D. RGB value is (198,98,13). Sum of RGB (Red+Green+Blue) = 198+98+13=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C6620D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6620D is #399DF2. Grayscale: #767676. Windows color (decimal): -3775987 or 877254. OLE color: 877254.
HSL color Cylindrical-coordinate representation of color #C6620D: hue angle of 27.57º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6620D is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 98 | 13 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.22 |
| HSL | 27.57º | 0.88% | 0.41% | - |
| HSV(B) | 27.57º | 0.93% | 0.78% | - |
| XYZ | 27.73 | 20.77 | 2.93 | - |
| YUV | 118.21 | 68.63 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 13 | 0 | 0.51 | 0.93 | 0.22 | 27.57 | 0.88 | 0.41 |
| Hex | C6 | 62 | D | 0 | 33 | 5D | 16 | 1C | 58 | 29 |
| Octal | 306 | 142 | 15 | 0 | 63 | 135 | 26 | 34 | 130 | 51 |
| Binary | 11000110 | 1100010 | 1101 | 0 | 110011 | 1011101 | 10110 | 11100 | 1011000 | 101001 |
Color Harmonies of #C6620D
Complementary color
Monochromatic Colors of #C6620D
Black with #C6620D
Text Example
Text Example
White with #C6620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6620D; }
p { color: rgb(198,98,13); }
H1.HeaderClassName
{
color: #C6620D;
}
.AnyTagClassName
{
color: #C6620D;
}
</style>
background-color css
<style>
a { background-color: #C6620D; }
a { background-color: rgb(198,98,13); }
div.DivClassName
{
background-color: #C6620D;
}
.BgClassName
{
background-color: #C6620D;
}
</style>
border-color css
<style>
span { border-color: #C6620D; }
span { border-color: rgb(198,98,13); }
td.TdClassName
{
border-color: #C6620D;
}
.TagClassName
{
border-color: #C6620D;
}
</style>