Shades of Tenne (Tawny) #C4630D
Tints of Tenne (Tawny) #C4630D
RGB
CMYK
RGB Variations
Color information
#C4630D (or 0xC4630D) is known color: Tenne (Tawny). HEX triplet: C4, 63 and 0D. RGB value is (196,99,13). Sum of RGB (Red+Green+Blue) = 196+99+13=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C4630D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4630D is #3B9CF2. Grayscale: #767676. Windows color (decimal): -3906803 or 877508. OLE color: 877508.
HSL color Cylindrical-coordinate representation of color #C4630D: hue angle of 28.2º 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 #C4630D is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 99 | 13 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.23 |
| HSL | 28.2º | 0.88% | 0.41% | - |
| HSV(B) | 28.2º | 0.93% | 0.77% | - |
| XYZ | 27.3 | 20.69 | 2.94 | - |
| YUV | 118.2 | 68.64 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 99 | 13 | 0 | 0.49 | 0.93 | 0.23 | 28.2 | 0.88 | 0.41 |
| Hex | C4 | 63 | D | 0 | 31 | 5D | 17 | 1C | 58 | 29 |
| Octal | 304 | 143 | 15 | 0 | 61 | 135 | 27 | 34 | 130 | 51 |
| Binary | 11000100 | 1100011 | 1101 | 0 | 110001 | 1011101 | 10111 | 11100 | 1011000 | 101001 |
Color Harmonies of #C4630D
Complementary color
Monochromatic Colors of #C4630D
Black with #C4630D
Text Example
Text Example
White with #C4630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4630D; }
p { color: rgb(196,99,13); }
H1.HeaderClassName
{
color: #C4630D;
}
.AnyTagClassName
{
color: #C4630D;
}
</style>
background-color css
<style>
a { background-color: #C4630D; }
a { background-color: rgb(196,99,13); }
div.DivClassName
{
background-color: #C4630D;
}
.BgClassName
{
background-color: #C4630D;
}
</style>
border-color css
<style>
span { border-color: #C4630D; }
span { border-color: rgb(196,99,13); }
td.TdClassName
{
border-color: #C4630D;
}
.TagClassName
{
border-color: #C4630D;
}
</style>