Shades of Tenne (Tawny) #C6640B
Tints of Tenne (Tawny) #C6640B
RGB
CMYK
RGB Variations
Color information
#C6640B (or 0xC6640B) is known color: Tenne (Tawny). HEX triplet: C6, 64 and 0B. RGB value is (198,100,11). Sum of RGB (Red+Green+Blue) = 198+100+11=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C6640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6640B is #399BF4. Grayscale: #777777. Windows color (decimal): -3775477 or 746694. OLE color: 746694.
HSL color Cylindrical-coordinate representation of color #C6640B: hue angle of 28.56º 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 #C6640B is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 11 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.22 |
| HSL | 28.56º | 0.89% | 0.41% | - |
| HSV(B) | 28.56º | 0.94% | 0.78% | - |
| XYZ | 27.91 | 21.14 | 2.93 | - |
| YUV | 119.16 | 66.97 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 11 | 0 | 0.49 | 0.94 | 0.22 | 28.56 | 0.89 | 0.41 |
| Hex | C6 | 64 | B | 0 | 31 | 5E | 16 | 1D | 59 | 29 |
| Octal | 306 | 144 | 13 | 0 | 61 | 136 | 26 | 35 | 131 | 51 |
| Binary | 11000110 | 1100100 | 1011 | 0 | 110001 | 1011110 | 10110 | 11101 | 1011001 | 101001 |
Color Harmonies of #C6640B
Complementary color
Monochromatic Colors of #C6640B
Black with #C6640B
Text Example
Text Example
White with #C6640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6640B; }
p { color: rgb(198,100,11); }
H1.HeaderClassName
{
color: #C6640B;
}
.AnyTagClassName
{
color: #C6640B;
}
</style>
background-color css
<style>
a { background-color: #C6640B; }
a { background-color: rgb(198,100,11); }
div.DivClassName
{
background-color: #C6640B;
}
.BgClassName
{
background-color: #C6640B;
}
</style>
border-color css
<style>
span { border-color: #C6640B; }
span { border-color: rgb(198,100,11); }
td.TdClassName
{
border-color: #C6640B;
}
.TagClassName
{
border-color: #C6640B;
}
</style>