Shades of Tenne (Tawny) #C6520C
Tints of Tenne (Tawny) #C6520C
RGB
CMYK
RGB Variations
Color information
#C6520C (or 0xC6520C) is known color: Tenne (Tawny). HEX triplet: C6, 52 and 0C. RGB value is (198,82,12). Sum of RGB (Red+Green+Blue) = 198+82+12=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C6520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6520C is #39ADF3. Grayscale: #6D6D6D. Windows color (decimal): -3780084 or 807622. OLE color: 807622.
HSL color Cylindrical-coordinate representation of color #C6520C: hue angle of 22.58º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6520C is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 12 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.22 |
| HSL | 22.58º | 0.89% | 0.41% | - |
| HSV(B) | 22.58º | 0.94% | 0.78% | - |
| XYZ | 26.37 | 18.07 | 2.45 | - |
| YUV | 108.7 | 73.43 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 12 | 0 | 0.59 | 0.94 | 0.22 | 22.58 | 0.89 | 0.41 |
| Hex | C6 | 52 | C | 0 | 3B | 5E | 16 | 17 | 59 | 29 |
| Octal | 306 | 122 | 14 | 0 | 73 | 136 | 26 | 27 | 131 | 51 |
| Binary | 11000110 | 1010010 | 1100 | 0 | 111011 | 1011110 | 10110 | 10111 | 1011001 | 101001 |
Color Harmonies of #C6520C
Complementary color
Monochromatic Colors of #C6520C
Black with #C6520C
Text Example
Text Example
White with #C6520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6520C; }
p { color: rgb(198,82,12); }
H1.HeaderClassName
{
color: #C6520C;
}
.AnyTagClassName
{
color: #C6520C;
}
</style>
background-color css
<style>
a { background-color: #C6520C; }
a { background-color: rgb(198,82,12); }
div.DivClassName
{
background-color: #C6520C;
}
.BgClassName
{
background-color: #C6520C;
}
</style>
border-color css
<style>
span { border-color: #C6520C; }
span { border-color: rgb(198,82,12); }
td.TdClassName
{
border-color: #C6520C;
}
.TagClassName
{
border-color: #C6520C;
}
</style>