Shades of Tenne (Tawny) #C3660D
Tints of Tenne (Tawny) #C3660D
RGB
CMYK
RGB Variations
Color information
#C3660D (or 0xC3660D) is known color: Tenne (Tawny). HEX triplet: C3, 66 and 0D. RGB value is (195,102,13). Sum of RGB (Red+Green+Blue) = 195+102+13=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C3660D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3660D is #3C99F2. Grayscale: #787878. Windows color (decimal): -3971571 or 878275. OLE color: 878275.
HSL color Cylindrical-coordinate representation of color #C3660D: hue angle of 29.34º 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 #C3660D is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 13 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.24 |
| HSL | 29.34º | 0.88% | 0.41% | - |
| HSV(B) | 29.34º | 0.93% | 0.76% | - |
| XYZ | 27.33 | 21.13 | 3.02 | - |
| YUV | 119.66 | 67.81 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 13 | 0 | 0.48 | 0.93 | 0.24 | 29.34 | 0.88 | 0.41 |
| Hex | C3 | 66 | D | 0 | 30 | 5D | 18 | 1D | 58 | 29 |
| Octal | 303 | 146 | 15 | 0 | 60 | 135 | 30 | 35 | 130 | 51 |
| Binary | 11000011 | 1100110 | 1101 | 0 | 110000 | 1011101 | 11000 | 11101 | 1011000 | 101001 |
Color Harmonies of #C3660D
Complementary color
Monochromatic Colors of #C3660D
Black with #C3660D
Text Example
Text Example
White with #C3660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3660D; }
p { color: rgb(195,102,13); }
H1.HeaderClassName
{
color: #C3660D;
}
.AnyTagClassName
{
color: #C3660D;
}
</style>
background-color css
<style>
a { background-color: #C3660D; }
a { background-color: rgb(195,102,13); }
div.DivClassName
{
background-color: #C3660D;
}
.BgClassName
{
background-color: #C3660D;
}
</style>
border-color css
<style>
span { border-color: #C3660D; }
span { border-color: rgb(195,102,13); }
td.TdClassName
{
border-color: #C3660D;
}
.TagClassName
{
border-color: #C3660D;
}
</style>