Shades of Tenne (Tawny) #C86600
Tints of Tenne (Tawny) #C86600
RGB
CMYK
RGB Variations
Color information
#C86600 (or 0xC86600) is known color: Tenne (Tawny). HEX triplet: C8, 66 and 00. RGB value is (200,102,0). Sum of RGB (Red+Green+Blue) = 200+102+0=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C86600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86600 is #3799FF. Grayscale: #787878. Windows color (decimal): -3643904 or 26312. OLE color: 26312.
HSL color Cylindrical-coordinate representation of color #C86600: hue angle of 30.6º 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 #C86600 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.22 |
| HSL | 30.6º | 1% | 0.39% | - |
| HSV(B) | 30.6º | 1% | 0.78% | - |
| XYZ | 28.57 | 21.78 | 2.7 | - |
| YUV | 119.67 | 60.47 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 0 | 0 | 0.49 | 1 | 0.22 | 30.6 | 1 | 0.39 |
| Hex | C8 | 66 | 0 | 0 | 31 | 64 | 16 | 1F | 64 | 27 |
| Octal | 310 | 146 | 0 | 0 | 61 | 144 | 26 | 37 | 144 | 47 |
| Binary | 11001000 | 1100110 | 0 | 0 | 110001 | 1100100 | 10110 | 11111 | 1100100 | 100111 |
Color Harmonies of #C86600
Complementary color
Monochromatic Colors of #C86600
Black with #C86600
Text Example
Text Example
White with #C86600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86600; }
p { color: rgb(200,102,0); }
H1.HeaderClassName
{
color: #C86600;
}
.AnyTagClassName
{
color: #C86600;
}
</style>
background-color css
<style>
a { background-color: #C86600; }
a { background-color: rgb(200,102,0); }
div.DivClassName
{
background-color: #C86600;
}
.BgClassName
{
background-color: #C86600;
}
</style>
border-color css
<style>
span { border-color: #C86600; }
span { border-color: rgb(200,102,0); }
td.TdClassName
{
border-color: #C86600;
}
.TagClassName
{
border-color: #C86600;
}
</style>