Shades of Tenne (Tawny) #C65500
Tints of Tenne (Tawny) #C65500
RGB
CMYK
RGB Variations
Color information
#C65500 (or 0xC65500) is known color: Tenne (Tawny). HEX triplet: C6, 55 and 00. RGB value is (198,85,0). Sum of RGB (Red+Green+Blue) = 198+85+0=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C65500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65500 is #39AAFF. Grayscale: #6D6D6D. Windows color (decimal): -3779328 or 21958. OLE color: 21958.
HSL color Cylindrical-coordinate representation of color #C65500: hue angle of 25.76º 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 #C65500 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.22 |
| HSL | 25.76º | 1% | 0.39% | - |
| HSV(B) | 25.76º | 1% | 0.78% | - |
| XYZ | 26.54 | 18.5 | 2.17 | - |
| YUV | 109.1 | 66.44 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 0 | 0 | 0.57 | 1 | 0.22 | 25.76 | 1 | 0.39 |
| Hex | C6 | 55 | 0 | 0 | 39 | 64 | 16 | 1A | 64 | 27 |
| Octal | 306 | 125 | 0 | 0 | 71 | 144 | 26 | 32 | 144 | 47 |
| Binary | 11000110 | 1010101 | 0 | 0 | 111001 | 1100100 | 10110 | 11010 | 1100100 | 100111 |
Color Harmonies of #C65500
Complementary color
Monochromatic Colors of #C65500
Black with #C65500
Text Example
Text Example
White with #C65500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65500; }
p { color: rgb(198,85,0); }
H1.HeaderClassName
{
color: #C65500;
}
.AnyTagClassName
{
color: #C65500;
}
</style>
background-color css
<style>
a { background-color: #C65500; }
a { background-color: rgb(198,85,0); }
div.DivClassName
{
background-color: #C65500;
}
.BgClassName
{
background-color: #C65500;
}
</style>
border-color css
<style>
span { border-color: #C65500; }
span { border-color: rgb(198,85,0); }
td.TdClassName
{
border-color: #C65500;
}
.TagClassName
{
border-color: #C65500;
}
</style>