Shades of Tenne (Tawny) #C4620D
Tints of Tenne (Tawny) #C4620D
RGB
CMYK
RGB Variations
Color information
#C4620D (or 0xC4620D) is known color: Tenne (Tawny). HEX triplet: C4, 62 and 0D. RGB value is (196,98,13). Sum of RGB (Red+Green+Blue) = 196+98+13=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C4620D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4620D is #3B9DF2. Grayscale: #767676. Windows color (decimal): -3907059 or 877252. OLE color: 877252.
HSL color Cylindrical-coordinate representation of color #C4620D: hue angle of 27.87º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4620D is Cyan = 0, Magento = 0.5, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 13 | - |
| CMYK | 0 | 0.5 | 0.93 | 0.23 |
| HSL | 27.87º | 0.88% | 0.41% | - |
| HSV(B) | 27.87º | 0.93% | 0.77% | - |
| XYZ | 27.21 | 20.5 | 2.9 | - |
| YUV | 117.61 | 68.97 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 13 | 0 | 0.5 | 0.93 | 0.23 | 27.87 | 0.88 | 0.41 |
| Hex | C4 | 62 | D | 0 | 32 | 5D | 17 | 1C | 58 | 29 |
| Octal | 304 | 142 | 15 | 0 | 62 | 135 | 27 | 34 | 130 | 51 |
| Binary | 11000100 | 1100010 | 1101 | 0 | 110010 | 1011101 | 10111 | 11100 | 1011000 | 101001 |
Color Harmonies of #C4620D
Complementary color
Monochromatic Colors of #C4620D
Black with #C4620D
Text Example
Text Example
White with #C4620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4620D; }
p { color: rgb(196,98,13); }
H1.HeaderClassName
{
color: #C4620D;
}
.AnyTagClassName
{
color: #C4620D;
}
</style>
background-color css
<style>
a { background-color: #C4620D; }
a { background-color: rgb(196,98,13); }
div.DivClassName
{
background-color: #C4620D;
}
.BgClassName
{
background-color: #C4620D;
}
</style>
border-color css
<style>
span { border-color: #C4620D; }
span { border-color: rgb(196,98,13); }
td.TdClassName
{
border-color: #C4620D;
}
.TagClassName
{
border-color: #C4620D;
}
</style>