Shades of Tenne (Tawny) #C6530F
Tints of Tenne (Tawny) #C6530F
RGB
CMYK
RGB Variations
Color information
#C6530F (or 0xC6530F) is known color: Tenne (Tawny). HEX triplet: C6, 53 and 0F. RGB value is (198,83,15). Sum of RGB (Red+Green+Blue) = 198+83+15=296 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.89% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 198 - color contains mainly: red. Hex color #C6530F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6530F is #39ACF0. Grayscale: #6E6E6E. Windows color (decimal): -3779825 or 1004486. OLE color: 1004486.
HSL color Cylindrical-coordinate representation of color #C6530F: hue angle of 22.3º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6530F is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 15 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.22 |
| HSL | 22.3º | 0.86% | 0.42% | - |
| HSV(B) | 22.3º | 0.92% | 0.78% | - |
| XYZ | 26.47 | 18.23 | 2.58 | - |
| YUV | 109.63 | 74.6 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 15 | 0 | 0.58 | 0.92 | 0.22 | 22.3 | 0.86 | 0.42 |
| Hex | C6 | 53 | F | 0 | 3A | 5C | 16 | 16 | 56 | 2A |
| Octal | 306 | 123 | 17 | 0 | 72 | 134 | 26 | 26 | 126 | 52 |
| Binary | 11000110 | 1010011 | 1111 | 0 | 111010 | 1011100 | 10110 | 10110 | 1010110 | 101010 |
Color Harmonies of #C6530F
Complementary color
Monochromatic Colors of #C6530F
Black with #C6530F
Text Example
Text Example
White with #C6530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6530F; }
p { color: rgb(198,83,15); }
H1.HeaderClassName
{
color: #C6530F;
}
.AnyTagClassName
{
color: #C6530F;
}
</style>
background-color css
<style>
a { background-color: #C6530F; }
a { background-color: rgb(198,83,15); }
div.DivClassName
{
background-color: #C6530F;
}
.BgClassName
{
background-color: #C6530F;
}
</style>
border-color css
<style>
span { border-color: #C6530F; }
span { border-color: rgb(198,83,15); }
td.TdClassName
{
border-color: #C6530F;
}
.TagClassName
{
border-color: #C6530F;
}
</style>