Shades of Tenne (Tawny) #C65C0B
Tints of Tenne (Tawny) #C65C0B
RGB
CMYK
RGB Variations
Color information
#C65C0B (or 0xC65C0B) is known color: Tenne (Tawny). HEX triplet: C6, 5C and 0B. RGB value is (198,92,11). Sum of RGB (Red+Green+Blue) = 198+92+11=301 (39% of max value = 765). Red value is 198 (77.73% from 255 or 65.78% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65C0B is #39A3F4. Grayscale: #727272. Windows color (decimal): -3777525 or 744646. OLE color: 744646.
HSL color Cylindrical-coordinate representation of color #C65C0B: hue angle of 25.99º 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 #C65C0B is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 11 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.22 |
| HSL | 25.99º | 0.89% | 0.41% | - |
| HSV(B) | 25.99º | 0.94% | 0.78% | - |
| XYZ | 27.18 | 19.68 | 2.68 | - |
| YUV | 114.46 | 69.62 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 11 | 0 | 0.54 | 0.94 | 0.22 | 25.99 | 0.89 | 0.41 |
| Hex | C6 | 5C | B | 0 | 36 | 5E | 16 | 1A | 59 | 29 |
| Octal | 306 | 134 | 13 | 0 | 66 | 136 | 26 | 32 | 131 | 51 |
| Binary | 11000110 | 1011100 | 1011 | 0 | 110110 | 1011110 | 10110 | 11010 | 1011001 | 101001 |
Color Harmonies of #C65C0B
Complementary color
Monochromatic Colors of #C65C0B
Black with #C65C0B
Text Example
Text Example
White with #C65C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65C0B; }
p { color: rgb(198,92,11); }
H1.HeaderClassName
{
color: #C65C0B;
}
.AnyTagClassName
{
color: #C65C0B;
}
</style>
background-color css
<style>
a { background-color: #C65C0B; }
a { background-color: rgb(198,92,11); }
div.DivClassName
{
background-color: #C65C0B;
}
.BgClassName
{
background-color: #C65C0B;
}
</style>
border-color css
<style>
span { border-color: #C65C0B; }
span { border-color: rgb(198,92,11); }
td.TdClassName
{
border-color: #C65C0B;
}
.TagClassName
{
border-color: #C65C0B;
}
</style>