Shades of Tenne (Tawny) #C65600
Tints of Tenne (Tawny) #C65600
RGB
CMYK
RGB Variations
Color information
#C65600 (or 0xC65600) is known color: Tenne (Tawny). HEX triplet: C6, 56 and 00. RGB value is (198,86,0). Sum of RGB (Red+Green+Blue) = 198+86+0=284 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.72% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 198 - color contains mainly: red. Hex color #C65600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65600 is #39A9FF. Grayscale: #6E6E6E. Windows color (decimal): -3779072 or 22214. OLE color: 22214.
HSL color Cylindrical-coordinate representation of color #C65600: hue angle of 26.06º 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 #C65600 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.22 |
| HSL | 26.06º | 1% | 0.39% | - |
| HSV(B) | 26.06º | 1% | 0.78% | - |
| XYZ | 26.62 | 18.66 | 2.2 | - |
| YUV | 109.68 | 66.11 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 0 | 0 | 0.57 | 1 | 0.22 | 26.06 | 1 | 0.39 |
| Hex | C6 | 56 | 0 | 0 | 39 | 64 | 16 | 1A | 64 | 27 |
| Octal | 306 | 126 | 0 | 0 | 71 | 144 | 26 | 32 | 144 | 47 |
| Binary | 11000110 | 1010110 | 0 | 0 | 111001 | 1100100 | 10110 | 11010 | 1100100 | 100111 |
Color Harmonies of #C65600
Complementary color
Monochromatic Colors of #C65600
Black with #C65600
Text Example
Text Example
White with #C65600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65600; }
p { color: rgb(198,86,0); }
H1.HeaderClassName
{
color: #C65600;
}
.AnyTagClassName
{
color: #C65600;
}
</style>
background-color css
<style>
a { background-color: #C65600; }
a { background-color: rgb(198,86,0); }
div.DivClassName
{
background-color: #C65600;
}
.BgClassName
{
background-color: #C65600;
}
</style>
border-color css
<style>
span { border-color: #C65600; }
span { border-color: rgb(198,86,0); }
td.TdClassName
{
border-color: #C65600;
}
.TagClassName
{
border-color: #C65600;
}
</style>