Shades of Tenne (Tawny) #C6500B
Tints of Tenne (Tawny) #C6500B
RGB
CMYK
RGB Variations
Color information
#C6500B (or 0xC6500B) is known color: Tenne (Tawny). HEX triplet: C6, 50 and 0B. RGB value is (198,80,11). Sum of RGB (Red+Green+Blue) = 198+80+11=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C6500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6500B is #39AFF4. Grayscale: #6B6B6B. Windows color (decimal): -3780597 or 741574. OLE color: 741574.
HSL color Cylindrical-coordinate representation of color #C6500B: hue angle of 22.14º 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 #C6500B is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 11 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.22 |
| HSL | 22.14º | 0.89% | 0.41% | - |
| HSV(B) | 22.14º | 0.94% | 0.78% | - |
| XYZ | 26.22 | 17.77 | 2.36 | - |
| YUV | 107.42 | 73.59 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 11 | 0 | 0.60 | 0.94 | 0.22 | 22.14 | 0.89 | 0.41 |
| Hex | C6 | 50 | B | 0 | 3C | 5E | 16 | 16 | 59 | 29 |
| Octal | 306 | 120 | 13 | 0 | 74 | 136 | 26 | 26 | 131 | 51 |
| Binary | 11000110 | 1010000 | 1011 | 0 | 111100 | 1011110 | 10110 | 10110 | 1011001 | 101001 |
Color Harmonies of #C6500B
Complementary color
Monochromatic Colors of #C6500B
Black with #C6500B
Text Example
Text Example
White with #C6500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6500B; }
p { color: rgb(198,80,11); }
H1.HeaderClassName
{
color: #C6500B;
}
.AnyTagClassName
{
color: #C6500B;
}
</style>
background-color css
<style>
a { background-color: #C6500B; }
a { background-color: rgb(198,80,11); }
div.DivClassName
{
background-color: #C6500B;
}
.BgClassName
{
background-color: #C6500B;
}
</style>
border-color css
<style>
span { border-color: #C6500B; }
span { border-color: rgb(198,80,11); }
td.TdClassName
{
border-color: #C6500B;
}
.TagClassName
{
border-color: #C6500B;
}
</style>