Shades of Tenne (Tawny) #C4620B
Tints of Tenne (Tawny) #C4620B
RGB
CMYK
RGB Variations
Color information
#C4620B (or 0xC4620B) is known color: Tenne (Tawny). HEX triplet: C4, 62 and 0B. RGB value is (196,98,11). Sum of RGB (Red+Green+Blue) = 196+98+11=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C4620B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4620B is #3B9DF4. Grayscale: #757575. Windows color (decimal): -3907061 or 746180. OLE color: 746180.
HSL color Cylindrical-coordinate representation of color #C4620B: hue angle of 28.22º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4620B is Cyan = 0, Magento = 0.5, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 11 | - |
| CMYK | 0 | 0.5 | 0.94 | 0.23 |
| HSL | 28.22º | 0.89% | 0.41% | - |
| HSV(B) | 28.22º | 0.94% | 0.77% | - |
| XYZ | 27.19 | 20.5 | 2.84 | - |
| YUV | 117.38 | 67.97 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 11 | 0 | 0.5 | 0.94 | 0.23 | 28.22 | 0.89 | 0.41 |
| Hex | C4 | 62 | B | 0 | 32 | 5E | 17 | 1C | 59 | 29 |
| Octal | 304 | 142 | 13 | 0 | 62 | 136 | 27 | 34 | 131 | 51 |
| Binary | 11000100 | 1100010 | 1011 | 0 | 110010 | 1011110 | 10111 | 11100 | 1011001 | 101001 |
Color Harmonies of #C4620B
Complementary color
Monochromatic Colors of #C4620B
Black with #C4620B
Text Example
Text Example
White with #C4620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4620B; }
p { color: rgb(196,98,11); }
H1.HeaderClassName
{
color: #C4620B;
}
.AnyTagClassName
{
color: #C4620B;
}
</style>
background-color css
<style>
a { background-color: #C4620B; }
a { background-color: rgb(196,98,11); }
div.DivClassName
{
background-color: #C4620B;
}
.BgClassName
{
background-color: #C4620B;
}
</style>
border-color css
<style>
span { border-color: #C4620B; }
span { border-color: rgb(196,98,11); }
td.TdClassName
{
border-color: #C4620B;
}
.TagClassName
{
border-color: #C4620B;
}
</style>