Shades of Tenne (Tawny) #C3660C
Tints of Tenne (Tawny) #C3660C
RGB
CMYK
RGB Variations
Color information
#C3660C (or 0xC3660C) is known color: Tenne (Tawny). HEX triplet: C3, 66 and 0C. RGB value is (195,102,12). Sum of RGB (Red+Green+Blue) = 195+102+12=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C3660C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3660C is #3C99F3. Grayscale: #787878. Windows color (decimal): -3971572 or 812739. OLE color: 812739.
HSL color Cylindrical-coordinate representation of color #C3660C: hue angle of 29.51º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3660C is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 12 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.24 |
| HSL | 29.51º | 0.88% | 0.41% | - |
| HSV(B) | 29.51º | 0.94% | 0.76% | - |
| XYZ | 27.32 | 21.13 | 2.99 | - |
| YUV | 119.55 | 67.31 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 12 | 0 | 0.48 | 0.94 | 0.24 | 29.51 | 0.88 | 0.41 |
| Hex | C3 | 66 | C | 0 | 30 | 5E | 18 | 1E | 58 | 29 |
| Octal | 303 | 146 | 14 | 0 | 60 | 136 | 30 | 36 | 130 | 51 |
| Binary | 11000011 | 1100110 | 1100 | 0 | 110000 | 1011110 | 11000 | 11110 | 1011000 | 101001 |
Color Harmonies of #C3660C
Complementary color
Monochromatic Colors of #C3660C
Black with #C3660C
Text Example
Text Example
White with #C3660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3660C; }
p { color: rgb(195,102,12); }
H1.HeaderClassName
{
color: #C3660C;
}
.AnyTagClassName
{
color: #C3660C;
}
</style>
background-color css
<style>
a { background-color: #C3660C; }
a { background-color: rgb(195,102,12); }
div.DivClassName
{
background-color: #C3660C;
}
.BgClassName
{
background-color: #C3660C;
}
</style>
border-color css
<style>
span { border-color: #C3660C; }
span { border-color: rgb(195,102,12); }
td.TdClassName
{
border-color: #C3660C;
}
.TagClassName
{
border-color: #C3660C;
}
</style>