Shades of Tenne (Tawny) #C6650D
Tints of Tenne (Tawny) #C6650D
RGB
CMYK
RGB Variations
Color information
#C6650D (or 0xC6650D) is known color: Tenne (Tawny). HEX triplet: C6, 65 and 0D. RGB value is (198,101,13). Sum of RGB (Red+Green+Blue) = 198+101+13=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C6650D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6650D is #399AF2. Grayscale: #787878. Windows color (decimal): -3775219 or 878022. OLE color: 878022.
HSL color Cylindrical-coordinate representation of color #C6650D: hue angle of 28.54º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6650D is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 13 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.22 |
| HSL | 28.54º | 0.88% | 0.41% | - |
| HSV(B) | 28.54º | 0.93% | 0.78% | - |
| XYZ | 28.02 | 21.34 | 3.02 | - |
| YUV | 119.97 | 67.64 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 13 | 0 | 0.49 | 0.93 | 0.22 | 28.54 | 0.88 | 0.41 |
| Hex | C6 | 65 | D | 0 | 31 | 5D | 16 | 1D | 58 | 29 |
| Octal | 306 | 145 | 15 | 0 | 61 | 135 | 26 | 35 | 130 | 51 |
| Binary | 11000110 | 1100101 | 1101 | 0 | 110001 | 1011101 | 10110 | 11101 | 1011000 | 101001 |
Color Harmonies of #C6650D
Complementary color
Monochromatic Colors of #C6650D
Black with #C6650D
Text Example
Text Example
White with #C6650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6650D; }
p { color: rgb(198,101,13); }
H1.HeaderClassName
{
color: #C6650D;
}
.AnyTagClassName
{
color: #C6650D;
}
</style>
background-color css
<style>
a { background-color: #C6650D; }
a { background-color: rgb(198,101,13); }
div.DivClassName
{
background-color: #C6650D;
}
.BgClassName
{
background-color: #C6650D;
}
</style>
border-color css
<style>
span { border-color: #C6650D; }
span { border-color: rgb(198,101,13); }
td.TdClassName
{
border-color: #C6650D;
}
.TagClassName
{
border-color: #C6650D;
}
</style>