Shades of Twine #C0865F
Tints of Twine #C0865F
RGB
CMYK
RGB Variations
Color information
#C0865F (or 0xC0865F) is known color: Twine. HEX triplet: C0, 86 and 5F. RGB value is (192,134,95). Sum of RGB (Red+Green+Blue) = 192+134+95=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C0865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0865F is #3F79A0. Grayscale: #939393. Windows color (decimal): -4159905 or 6260416. OLE color: 6260416.
HSL color Cylindrical-coordinate representation of color #C0865F: hue angle of 24.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0865F is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 95 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.25 |
| HSL | 24.12º | 0.43% | 0.56% | - |
| HSV(B) | 24.12º | 0.51% | 0.75% | - |
| XYZ | 32.33 | 29.08 | 14.74 | - |
| YUV | 146.9 | 98.72 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 95 | 0 | 0.30 | 0.51 | 0.25 | 24.12 | 0.43 | 0.56 |
| Hex | C0 | 86 | 5F | 0 | 1E | 33 | 19 | 18 | 2B | 38 |
| Octal | 300 | 206 | 137 | 0 | 36 | 63 | 31 | 30 | 53 | 70 |
| Binary | 11000000 | 10000110 | 1011111 | 0 | 11110 | 110011 | 11001 | 11000 | 101011 | 111000 |
Color Harmonies of #C0865F
Complementary color
Monochromatic Colors of #C0865F
Black with #C0865F
Text Example
Text Example
White with #C0865F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0865F; }
p { color: rgb(192,134,95); }
H1.HeaderClassName
{
color: #C0865F;
}
.AnyTagClassName
{
color: #C0865F;
}
</style>
background-color css
<style>
a { background-color: #C0865F; }
a { background-color: rgb(192,134,95); }
div.DivClassName
{
background-color: #C0865F;
}
.BgClassName
{
background-color: #C0865F;
}
</style>
border-color css
<style>
span { border-color: #C0865F; }
span { border-color: rgb(192,134,95); }
td.TdClassName
{
border-color: #C0865F;
}
.TagClassName
{
border-color: #C0865F;
}
</style>