Shades of Tenne (Tawny) #C65400
Tints of Tenne (Tawny) #C65400
RGB
CMYK
RGB Variations
Color information
#C65400 (or 0xC65400) is known color: Tenne (Tawny). HEX triplet: C6, 54 and 00. RGB value is (198,84,0). Sum of RGB (Red+Green+Blue) = 198+84+0=282 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.21% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 198 - color contains mainly: red. Hex color #C65400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65400 is #39ABFF. Grayscale: #6C6C6C. Windows color (decimal): -3779584 or 21702. OLE color: 21702.
HSL color Cylindrical-coordinate representation of color #C65400: hue angle of 25.45º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C65400 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.22 |
| HSL | 25.45º | 1% | 0.39% | - |
| HSV(B) | 25.45º | 1% | 0.78% | - |
| XYZ | 26.46 | 18.35 | 2.15 | - |
| YUV | 108.51 | 66.77 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 0 | 0 | 0.58 | 1 | 0.22 | 25.45 | 1 | 0.39 |
| Hex | C6 | 54 | 0 | 0 | 3A | 64 | 16 | 19 | 64 | 27 |
| Octal | 306 | 124 | 0 | 0 | 72 | 144 | 26 | 31 | 144 | 47 |
| Binary | 11000110 | 1010100 | 0 | 0 | 111010 | 1100100 | 10110 | 11001 | 1100100 | 100111 |
Color Harmonies of #C65400
Complementary color
Monochromatic Colors of #C65400
Black with #C65400
Text Example
Text Example
White with #C65400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65400; }
p { color: rgb(198,84,0); }
H1.HeaderClassName
{
color: #C65400;
}
.AnyTagClassName
{
color: #C65400;
}
</style>
background-color css
<style>
a { background-color: #C65400; }
a { background-color: rgb(198,84,0); }
div.DivClassName
{
background-color: #C65400;
}
.BgClassName
{
background-color: #C65400;
}
</style>
border-color css
<style>
span { border-color: #C65400; }
span { border-color: rgb(198,84,0); }
td.TdClassName
{
border-color: #C65400;
}
.TagClassName
{
border-color: #C65400;
}
</style>