Shades of Tenne (Tawny) #C3690A
Tints of Tenne (Tawny) #C3690A
RGB
CMYK
RGB Variations
Color information
#C3690A (or 0xC3690A) is known color: Tenne (Tawny). HEX triplet: C3, 69 and 0A. RGB value is (195,105,10). Sum of RGB (Red+Green+Blue) = 195+105+10=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C3690A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3690A is #3C96F5. Grayscale: #797979. Windows color (decimal): -3970806 or 682435. OLE color: 682435.
HSL color Cylindrical-coordinate representation of color #C3690A: hue angle of 30.81º 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 #C3690A is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 10 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.24 |
| HSL | 30.81º | 0.9% | 0.4% | - |
| HSV(B) | 30.81º | 0.95% | 0.76% | - |
| XYZ | 27.61 | 21.73 | 3.03 | - |
| YUV | 121.08 | 65.32 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 10 | 0 | 0.46 | 0.95 | 0.24 | 30.81 | 0.9 | 0.4 |
| Hex | C3 | 69 | A | 0 | 2E | 5F | 18 | 1F | 5A | 28 |
| Octal | 303 | 151 | 12 | 0 | 56 | 137 | 30 | 37 | 132 | 50 |
| Binary | 11000011 | 1101001 | 1010 | 0 | 101110 | 1011111 | 11000 | 11111 | 1011010 | 101000 |
Color Harmonies of #C3690A
Complementary color
Monochromatic Colors of #C3690A
Black with #C3690A
Text Example
Text Example
White with #C3690A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3690A; }
p { color: rgb(195,105,10); }
H1.HeaderClassName
{
color: #C3690A;
}
.AnyTagClassName
{
color: #C3690A;
}
</style>
background-color css
<style>
a { background-color: #C3690A; }
a { background-color: rgb(195,105,10); }
div.DivClassName
{
background-color: #C3690A;
}
.BgClassName
{
background-color: #C3690A;
}
</style>
border-color css
<style>
span { border-color: #C3690A; }
span { border-color: rgb(195,105,10); }
td.TdClassName
{
border-color: #C3690A;
}
.TagClassName
{
border-color: #C3690A;
}
</style>