Shades of Tenne (Tawny) #C3610D
Tints of Tenne (Tawny) #C3610D
RGB
CMYK
RGB Variations
Color information
#C3610D (or 0xC3610D) is known color: Tenne (Tawny). HEX triplet: C3, 61 and 0D. RGB value is (195,97,13). Sum of RGB (Red+Green+Blue) = 195+97+13=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C3610D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3610D is #3C9EF2. Grayscale: #757575. Windows color (decimal): -3972851 or 876995. OLE color: 876995.
HSL color Cylindrical-coordinate representation of color #C3610D: hue angle of 27.69º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3610D is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 13 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.24 |
| HSL | 27.69º | 0.88% | 0.41% | - |
| HSV(B) | 27.69º | 0.93% | 0.76% | - |
| XYZ | 26.85 | 20.18 | 2.86 | - |
| YUV | 116.73 | 69.47 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 13 | 0 | 0.50 | 0.93 | 0.24 | 27.69 | 0.88 | 0.41 |
| Hex | C3 | 61 | D | 0 | 32 | 5D | 18 | 1C | 58 | 29 |
| Octal | 303 | 141 | 15 | 0 | 62 | 135 | 30 | 34 | 130 | 51 |
| Binary | 11000011 | 1100001 | 1101 | 0 | 110010 | 1011101 | 11000 | 11100 | 1011000 | 101001 |
Color Harmonies of #C3610D
Complementary color
Monochromatic Colors of #C3610D
Black with #C3610D
Text Example
Text Example
White with #C3610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3610D; }
p { color: rgb(195,97,13); }
H1.HeaderClassName
{
color: #C3610D;
}
.AnyTagClassName
{
color: #C3610D;
}
</style>
background-color css
<style>
a { background-color: #C3610D; }
a { background-color: rgb(195,97,13); }
div.DivClassName
{
background-color: #C3610D;
}
.BgClassName
{
background-color: #C3610D;
}
</style>
border-color css
<style>
span { border-color: #C3610D; }
span { border-color: rgb(195,97,13); }
td.TdClassName
{
border-color: #C3610D;
}
.TagClassName
{
border-color: #C3610D;
}
</style>