Shades of Tenne (Tawny) #C3640D
Tints of Tenne (Tawny) #C3640D
RGB
CMYK
RGB Variations
Color information
#C3640D (or 0xC3640D) is known color: Tenne (Tawny). HEX triplet: C3, 64 and 0D. RGB value is (195,100,13). Sum of RGB (Red+Green+Blue) = 195+100+13=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C3640D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3640D is #3C9BF2. Grayscale: #767676. Windows color (decimal): -3972083 or 877763. OLE color: 877763.
HSL color Cylindrical-coordinate representation of color #C3640D: hue angle of 28.68º 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 #C3640D is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 100 | 13 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.24 |
| HSL | 28.68º | 0.88% | 0.41% | - |
| HSV(B) | 28.68º | 0.93% | 0.76% | - |
| XYZ | 27.14 | 20.75 | 2.95 | - |
| YUV | 118.49 | 68.47 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 13 | 0 | 0.49 | 0.93 | 0.24 | 28.68 | 0.88 | 0.41 |
| Hex | C3 | 64 | D | 0 | 31 | 5D | 18 | 1D | 58 | 29 |
| Octal | 303 | 144 | 15 | 0 | 61 | 135 | 30 | 35 | 130 | 51 |
| Binary | 11000011 | 1100100 | 1101 | 0 | 110001 | 1011101 | 11000 | 11101 | 1011000 | 101001 |
Color Harmonies of #C3640D
Complementary color
Monochromatic Colors of #C3640D
Black with #C3640D
Text Example
Text Example
White with #C3640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3640D; }
p { color: rgb(195,100,13); }
H1.HeaderClassName
{
color: #C3640D;
}
.AnyTagClassName
{
color: #C3640D;
}
</style>
background-color css
<style>
a { background-color: #C3640D; }
a { background-color: rgb(195,100,13); }
div.DivClassName
{
background-color: #C3640D;
}
.BgClassName
{
background-color: #C3640D;
}
</style>
border-color css
<style>
span { border-color: #C3640D; }
span { border-color: rgb(195,100,13); }
td.TdClassName
{
border-color: #C3640D;
}
.TagClassName
{
border-color: #C3640D;
}
</style>