Shades of Tenne (Tawny) #C4600D
Tints of Tenne (Tawny) #C4600D
RGB
CMYK
RGB Variations
Color information
#C4600D (or 0xC4600D) is known color: Tenne (Tawny). HEX triplet: C4, 60 and 0D. RGB value is (196,96,13). Sum of RGB (Red+Green+Blue) = 196+96+13=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C4600D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4600D is #3B9FF2. Grayscale: #747474. Windows color (decimal): -3907571 or 876740. OLE color: 876740.
HSL color Cylindrical-coordinate representation of color #C4600D: hue angle of 27.21º 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 #C4600D is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 96 | 13 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.23 |
| HSL | 27.21º | 0.88% | 0.41% | - |
| HSV(B) | 27.21º | 0.93% | 0.77% | - |
| XYZ | 27.02 | 20.13 | 2.84 | - |
| YUV | 116.44 | 69.63 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 13 | 0 | 0.51 | 0.93 | 0.23 | 27.21 | 0.88 | 0.41 |
| Hex | C4 | 60 | D | 0 | 33 | 5D | 17 | 1B | 58 | 29 |
| Octal | 304 | 140 | 15 | 0 | 63 | 135 | 27 | 33 | 130 | 51 |
| Binary | 11000100 | 1100000 | 1101 | 0 | 110011 | 1011101 | 10111 | 11011 | 1011000 | 101001 |
Color Harmonies of #C4600D
Complementary color
Monochromatic Colors of #C4600D
Black with #C4600D
Text Example
Text Example
White with #C4600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4600D; }
p { color: rgb(196,96,13); }
H1.HeaderClassName
{
color: #C4600D;
}
.AnyTagClassName
{
color: #C4600D;
}
</style>
background-color css
<style>
a { background-color: #C4600D; }
a { background-color: rgb(196,96,13); }
div.DivClassName
{
background-color: #C4600D;
}
.BgClassName
{
background-color: #C4600D;
}
</style>
border-color css
<style>
span { border-color: #C4600D; }
span { border-color: rgb(196,96,13); }
td.TdClassName
{
border-color: #C4600D;
}
.TagClassName
{
border-color: #C4600D;
}
</style>