Shades of Tenne (Tawny) #C3610F
Tints of Tenne (Tawny) #C3610F
RGB
CMYK
RGB Variations
Color information
#C3610F (or 0xC3610F) is known color: Tenne (Tawny). HEX triplet: C3, 61 and 0F. RGB value is (195,97,15). Sum of RGB (Red+Green+Blue) = 195+97+15=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C3610F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3610F is #3C9EF0. Grayscale: #757575. Windows color (decimal): -3972849 or 1008067. OLE color: 1008067.
HSL color Cylindrical-coordinate representation of color #C3610F: hue angle of 27.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3610F is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 15 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.24 |
| HSL | 27.33º | 0.86% | 0.41% | - |
| HSV(B) | 27.33º | 0.92% | 0.76% | - |
| XYZ | 26.87 | 20.19 | 2.93 | - |
| YUV | 116.95 | 70.47 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 15 | 0 | 0.50 | 0.92 | 0.24 | 27.33 | 0.86 | 0.41 |
| Hex | C3 | 61 | F | 0 | 32 | 5C | 18 | 1B | 56 | 29 |
| Octal | 303 | 141 | 17 | 0 | 62 | 134 | 30 | 33 | 126 | 51 |
| Binary | 11000011 | 1100001 | 1111 | 0 | 110010 | 1011100 | 11000 | 11011 | 1010110 | 101001 |
Color Harmonies of #C3610F
Complementary color
Monochromatic Colors of #C3610F
Black with #C3610F
Text Example
Text Example
White with #C3610F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3610F; }
p { color: rgb(195,97,15); }
H1.HeaderClassName
{
color: #C3610F;
}
.AnyTagClassName
{
color: #C3610F;
}
</style>
background-color css
<style>
a { background-color: #C3610F; }
a { background-color: rgb(195,97,15); }
div.DivClassName
{
background-color: #C3610F;
}
.BgClassName
{
background-color: #C3610F;
}
</style>
border-color css
<style>
span { border-color: #C3610F; }
span { border-color: rgb(195,97,15); }
td.TdClassName
{
border-color: #C3610F;
}
.TagClassName
{
border-color: #C3610F;
}
</style>