Shades of Tenne (Tawny) #C3680A
Tints of Tenne (Tawny) #C3680A
RGB
CMYK
RGB Variations
Color information
#C3680A (or 0xC3680A) is known color: Tenne (Tawny). HEX triplet: C3, 68 and 0A. RGB value is (195,104,10). Sum of RGB (Red+Green+Blue) = 195+104+10=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C3680A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3680A is #3C97F5. Grayscale: #787878. Windows color (decimal): -3971062 or 682179. OLE color: 682179.
HSL color Cylindrical-coordinate representation of color #C3680A: hue angle of 30.49º 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 #C3680A is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 10 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.24 |
| HSL | 30.49º | 0.9% | 0.4% | - |
| HSV(B) | 30.49º | 0.95% | 0.76% | - |
| XYZ | 27.51 | 21.52 | 2.99 | - |
| YUV | 120.49 | 65.65 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 10 | 0 | 0.47 | 0.95 | 0.24 | 30.49 | 0.9 | 0.4 |
| Hex | C3 | 68 | A | 0 | 2F | 5F | 18 | 1E | 5A | 28 |
| Octal | 303 | 150 | 12 | 0 | 57 | 137 | 30 | 36 | 132 | 50 |
| Binary | 11000011 | 1101000 | 1010 | 0 | 101111 | 1011111 | 11000 | 11110 | 1011010 | 101000 |
Color Harmonies of #C3680A
Complementary color
Monochromatic Colors of #C3680A
Black with #C3680A
Text Example
Text Example
White with #C3680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3680A; }
p { color: rgb(195,104,10); }
H1.HeaderClassName
{
color: #C3680A;
}
.AnyTagClassName
{
color: #C3680A;
}
</style>
background-color css
<style>
a { background-color: #C3680A; }
a { background-color: rgb(195,104,10); }
div.DivClassName
{
background-color: #C3680A;
}
.BgClassName
{
background-color: #C3680A;
}
</style>
border-color css
<style>
span { border-color: #C3680A; }
span { border-color: rgb(195,104,10); }
td.TdClassName
{
border-color: #C3680A;
}
.TagClassName
{
border-color: #C3680A;
}
</style>