Shades of Tenne (Tawny) #C6650B
Tints of Tenne (Tawny) #C6650B
RGB
CMYK
RGB Variations
Color information
#C6650B (or 0xC6650B) is known color: Tenne (Tawny). HEX triplet: C6, 65 and 0B. RGB value is (198,101,11). Sum of RGB (Red+Green+Blue) = 198+101+11=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C6650B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6650B is #399AF4. Grayscale: #787878. Windows color (decimal): -3775221 or 746950. OLE color: 746950.
HSL color Cylindrical-coordinate representation of color #C6650B: hue angle of 28.88º 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 #C6650B is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 11 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.22 |
| HSL | 28.88º | 0.89% | 0.41% | - |
| HSV(B) | 28.88º | 0.94% | 0.78% | - |
| XYZ | 28 | 21.34 | 2.96 | - |
| YUV | 119.74 | 66.64 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 11 | 0 | 0.49 | 0.94 | 0.22 | 28.88 | 0.89 | 0.41 |
| Hex | C6 | 65 | B | 0 | 31 | 5E | 16 | 1D | 59 | 29 |
| Octal | 306 | 145 | 13 | 0 | 61 | 136 | 26 | 35 | 131 | 51 |
| Binary | 11000110 | 1100101 | 1011 | 0 | 110001 | 1011110 | 10110 | 11101 | 1011001 | 101001 |
Color Harmonies of #C6650B
Complementary color
Monochromatic Colors of #C6650B
Black with #C6650B
Text Example
Text Example
White with #C6650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6650B; }
p { color: rgb(198,101,11); }
H1.HeaderClassName
{
color: #C6650B;
}
.AnyTagClassName
{
color: #C6650B;
}
</style>
background-color css
<style>
a { background-color: #C6650B; }
a { background-color: rgb(198,101,11); }
div.DivClassName
{
background-color: #C6650B;
}
.BgClassName
{
background-color: #C6650B;
}
</style>
border-color css
<style>
span { border-color: #C6650B; }
span { border-color: rgb(198,101,11); }
td.TdClassName
{
border-color: #C6650B;
}
.TagClassName
{
border-color: #C6650B;
}
</style>