Shades of Tenne (Tawny) #C86601
Tints of Tenne (Tawny) #C86601
RGB
CMYK
RGB Variations
Color information
#C86601 (or 0xC86601) is known color: Tenne (Tawny). HEX triplet: C8, 66 and 01. RGB value is (200,102,1). Sum of RGB (Red+Green+Blue) = 200+102+1=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C86601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86601 is #3799FE. Grayscale: #787878. Windows color (decimal): -3643903 or 91848. OLE color: 91848.
HSL color Cylindrical-coordinate representation of color #C86601: hue angle of 30.45º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C86601 is Cyan = 0, Magento = 0.49, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 1 | - |
| CMYK | 0 | 0.49 | 1.00 | 0.22 |
| HSL | 30.45º | 0.99% | 0.39% | - |
| HSV(B) | 30.45º | 1% | 0.78% | - |
| XYZ | 28.58 | 21.78 | 2.73 | - |
| YUV | 119.79 | 60.97 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 1 | 0 | 0.49 | 1.00 | 0.22 | 30.45 | 0.99 | 0.39 |
| Hex | C8 | 66 | 1 | 0 | 31 | 64 | 16 | 1E | 63 | 27 |
| Octal | 310 | 146 | 1 | 0 | 61 | 144 | 26 | 36 | 143 | 47 |
| Binary | 11001000 | 1100110 | 1 | 0 | 110001 | 1100100 | 10110 | 11110 | 1100011 | 100111 |
Color Harmonies of #C86601
Complementary color
Monochromatic Colors of #C86601
Black with #C86601
Text Example
Text Example
White with #C86601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86601; }
p { color: rgb(200,102,1); }
H1.HeaderClassName
{
color: #C86601;
}
.AnyTagClassName
{
color: #C86601;
}
</style>
background-color css
<style>
a { background-color: #C86601; }
a { background-color: rgb(200,102,1); }
div.DivClassName
{
background-color: #C86601;
}
.BgClassName
{
background-color: #C86601;
}
</style>
border-color css
<style>
span { border-color: #C86601; }
span { border-color: rgb(200,102,1); }
td.TdClassName
{
border-color: #C86601;
}
.TagClassName
{
border-color: #C86601;
}
</style>