Shades of Tenne (Tawny) #C4620A
Tints of Tenne (Tawny) #C4620A
RGB
CMYK
RGB Variations
Color information
#C4620A (or 0xC4620A) is known color: Tenne (Tawny). HEX triplet: C4, 62 and 0A. RGB value is (196,98,10). Sum of RGB (Red+Green+Blue) = 196+98+10=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C4620A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4620A is #3B9DF5. Grayscale: #757575. Windows color (decimal): -3907062 or 680644. OLE color: 680644.
HSL color Cylindrical-coordinate representation of color #C4620A: hue angle of 28.39º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4620A is Cyan = 0, Magento = 0.5, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 10 | - |
| CMYK | 0 | 0.5 | 0.95 | 0.23 |
| HSL | 28.39º | 0.9% | 0.4% | - |
| HSV(B) | 28.39º | 0.95% | 0.77% | - |
| XYZ | 27.19 | 20.49 | 2.81 | - |
| YUV | 117.27 | 67.47 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 10 | 0 | 0.5 | 0.95 | 0.23 | 28.39 | 0.9 | 0.4 |
| Hex | C4 | 62 | A | 0 | 32 | 5F | 17 | 1C | 5A | 28 |
| Octal | 304 | 142 | 12 | 0 | 62 | 137 | 27 | 34 | 132 | 50 |
| Binary | 11000100 | 1100010 | 1010 | 0 | 110010 | 1011111 | 10111 | 11100 | 1011010 | 101000 |
Color Harmonies of #C4620A
Complementary color
Monochromatic Colors of #C4620A
Black with #C4620A
Text Example
Text Example
White with #C4620A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4620A; }
p { color: rgb(196,98,10); }
H1.HeaderClassName
{
color: #C4620A;
}
.AnyTagClassName
{
color: #C4620A;
}
</style>
background-color css
<style>
a { background-color: #C4620A; }
a { background-color: rgb(196,98,10); }
div.DivClassName
{
background-color: #C4620A;
}
.BgClassName
{
background-color: #C4620A;
}
</style>
border-color css
<style>
span { border-color: #C4620A; }
span { border-color: rgb(196,98,10); }
td.TdClassName
{
border-color: #C4620A;
}
.TagClassName
{
border-color: #C4620A;
}
</style>