Shades of Tenne (Tawny) #C86C04
Tints of Tenne (Tawny) #C86C04
RGB
CMYK
RGB Variations
Color information
#C86C04 (or 0xC86C04) is known color: Tenne (Tawny). HEX triplet: C8, 6C and 04. RGB value is (200,108,4). Sum of RGB (Red+Green+Blue) = 200+108+4=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86C04 is #3793FB. Grayscale: #7C7C7C. Windows color (decimal): -3642364 or 289992. OLE color: 289992.
HSL color Cylindrical-coordinate representation of color #C86C04: hue angle of 31.84º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C86C04 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 4 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.22 |
| HSL | 31.84º | 0.96% | 0.4% | - |
| HSV(B) | 31.84º | 0.98% | 0.78% | - |
| XYZ | 29.2 | 23.01 | 3.02 | - |
| YUV | 123.65 | 60.48 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 4 | 0 | 0.46 | 0.98 | 0.22 | 31.84 | 0.96 | 0.4 |
| Hex | C8 | 6C | 4 | 0 | 2E | 62 | 16 | 20 | 60 | 28 |
| Octal | 310 | 154 | 4 | 0 | 56 | 142 | 26 | 40 | 140 | 50 |
| Binary | 11001000 | 1101100 | 100 | 0 | 101110 | 1100010 | 10110 | 100000 | 1100000 | 101000 |
Color Harmonies of #C86C04
Complementary color
Monochromatic Colors of #C86C04
Black with #C86C04
Text Example
Text Example
White with #C86C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86C04; }
p { color: rgb(200,108,4); }
H1.HeaderClassName
{
color: #C86C04;
}
.AnyTagClassName
{
color: #C86C04;
}
</style>
background-color css
<style>
a { background-color: #C86C04; }
a { background-color: rgb(200,108,4); }
div.DivClassName
{
background-color: #C86C04;
}
.BgClassName
{
background-color: #C86C04;
}
</style>
border-color css
<style>
span { border-color: #C86C04; }
span { border-color: rgb(200,108,4); }
td.TdClassName
{
border-color: #C86C04;
}
.TagClassName
{
border-color: #C86C04;
}
</style>