Shades of Twine #C68D5E
Tints of Twine #C68D5E
RGB
CMYK
RGB Variations
Color information
#C68D5E (or 0xC68D5E) is known color: Twine. HEX triplet: C6, 8D and 5E. RGB value is (198,141,94). Sum of RGB (Red+Green+Blue) = 198+141+94=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68D5E is #3972A1. Grayscale: #989898. Windows color (decimal): -3764898 or 6196678. OLE color: 6196678.
HSL color Cylindrical-coordinate representation of color #C68D5E: hue angle of 27.12º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C68D5E is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 141 | 94 | - |
| CMYK | 0 | 0.29 | 0.53 | 0.22 |
| HSL | 27.12º | 0.48% | 0.57% | - |
| HSV(B) | 27.12º | 0.53% | 0.78% | - |
| XYZ | 34.83 | 31.86 | 14.9 | - |
| YUV | 152.69 | 94.88 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 94 | 0 | 0.29 | 0.53 | 0.22 | 27.12 | 0.48 | 0.57 |
| Hex | C6 | 8D | 5E | 0 | 1D | 35 | 16 | 1B | 30 | 39 |
| Octal | 306 | 215 | 136 | 0 | 35 | 65 | 26 | 33 | 60 | 71 |
| Binary | 11000110 | 10001101 | 1011110 | 0 | 11101 | 110101 | 10110 | 11011 | 110000 | 111001 |
Color Harmonies of #C68D5E
Complementary color
Monochromatic Colors of #C68D5E
Black with #C68D5E
Text Example
Text Example
White with #C68D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68D5E; }
p { color: rgb(198,141,94); }
H1.HeaderClassName
{
color: #C68D5E;
}
.AnyTagClassName
{
color: #C68D5E;
}
</style>
background-color css
<style>
a { background-color: #C68D5E; }
a { background-color: rgb(198,141,94); }
div.DivClassName
{
background-color: #C68D5E;
}
.BgClassName
{
background-color: #C68D5E;
}
</style>
border-color css
<style>
span { border-color: #C68D5E; }
span { border-color: rgb(198,141,94); }
td.TdClassName
{
border-color: #C68D5E;
}
.TagClassName
{
border-color: #C68D5E;
}
</style>