Shades of Tenne (Tawny) #C3660A
Tints of Tenne (Tawny) #C3660A
RGB
CMYK
RGB Variations
Color information
#C3660A (or 0xC3660A) is known color: Tenne (Tawny). HEX triplet: C3, 66 and 0A. RGB value is (195,102,10). Sum of RGB (Red+Green+Blue) = 195+102+10=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C3660A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3660A is #3C99F5. Grayscale: #777777. Windows color (decimal): -3971574 or 681667. OLE color: 681667.
HSL color Cylindrical-coordinate representation of color #C3660A: hue angle of 29.84º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3660A is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 10 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.24 |
| HSL | 29.84º | 0.9% | 0.4% | - |
| HSV(B) | 29.84º | 0.95% | 0.76% | - |
| XYZ | 27.31 | 21.13 | 2.93 | - |
| YUV | 119.32 | 66.31 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 10 | 0 | 0.48 | 0.95 | 0.24 | 29.84 | 0.9 | 0.4 |
| Hex | C3 | 66 | A | 0 | 30 | 5F | 18 | 1E | 5A | 28 |
| Octal | 303 | 146 | 12 | 0 | 60 | 137 | 30 | 36 | 132 | 50 |
| Binary | 11000011 | 1100110 | 1010 | 0 | 110000 | 1011111 | 11000 | 11110 | 1011010 | 101000 |
Color Harmonies of #C3660A
Complementary color
Monochromatic Colors of #C3660A
Black with #C3660A
Text Example
Text Example
White with #C3660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3660A; }
p { color: rgb(195,102,10); }
H1.HeaderClassName
{
color: #C3660A;
}
.AnyTagClassName
{
color: #C3660A;
}
</style>
background-color css
<style>
a { background-color: #C3660A; }
a { background-color: rgb(195,102,10); }
div.DivClassName
{
background-color: #C3660A;
}
.BgClassName
{
background-color: #C3660A;
}
</style>
border-color css
<style>
span { border-color: #C3660A; }
span { border-color: rgb(195,102,10); }
td.TdClassName
{
border-color: #C3660A;
}
.TagClassName
{
border-color: #C3660A;
}
</style>