Shades of Tenne (Tawny) #C86500
Tints of Tenne (Tawny) #C86500
RGB
CMYK
RGB Variations
Color information
#C86500 (or 0xC86500) is known color: Tenne (Tawny). HEX triplet: C8, 65 and 00. RGB value is (200,101,0). Sum of RGB (Red+Green+Blue) = 200+101+0=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C86500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86500 is #379AFF. Grayscale: #777777. Windows color (decimal): -3644160 or 26056. OLE color: 26056.
HSL color Cylindrical-coordinate representation of color #C86500: hue angle of 30.3º 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 #C86500 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.22 |
| HSL | 30.3º | 1% | 0.39% | - |
| HSV(B) | 30.3º | 1% | 0.78% | - |
| XYZ | 28.47 | 21.59 | 2.67 | - |
| YUV | 119.09 | 60.8 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 0 | 0 | 0.49 | 1 | 0.22 | 30.3 | 1 | 0.39 |
| Hex | C8 | 65 | 0 | 0 | 31 | 64 | 16 | 1E | 64 | 27 |
| Octal | 310 | 145 | 0 | 0 | 61 | 144 | 26 | 36 | 144 | 47 |
| Binary | 11001000 | 1100101 | 0 | 0 | 110001 | 1100100 | 10110 | 11110 | 1100100 | 100111 |
Color Harmonies of #C86500
Complementary color
Monochromatic Colors of #C86500
Black with #C86500
Text Example
Text Example
White with #C86500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86500; }
p { color: rgb(200,101,0); }
H1.HeaderClassName
{
color: #C86500;
}
.AnyTagClassName
{
color: #C86500;
}
</style>
background-color css
<style>
a { background-color: #C86500; }
a { background-color: rgb(200,101,0); }
div.DivClassName
{
background-color: #C86500;
}
.BgClassName
{
background-color: #C86500;
}
</style>
border-color css
<style>
span { border-color: #C86500; }
span { border-color: rgb(200,101,0); }
td.TdClassName
{
border-color: #C86500;
}
.TagClassName
{
border-color: #C86500;
}
</style>