Shades of Twine #C68557
Tints of Twine #C68557
RGB
CMYK
RGB Variations
Color information
#C68557 (or 0xC68557) is known color: Twine. HEX triplet: C6, 85 and 57. RGB value is (198,133,87). Sum of RGB (Red+Green+Blue) = 198+133+87=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C68557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68557 is #397AA8. Grayscale: #939393. Windows color (decimal): -3766953 or 5735878. OLE color: 5735878.
HSL color Cylindrical-coordinate representation of color #C68557: hue angle of 24.86º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C68557 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 87 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.22 |
| HSL | 24.86º | 0.49% | 0.56% | - |
| HSV(B) | 24.86º | 0.56% | 0.78% | - |
| XYZ | 33.4 | 29.47 | 12.94 | - |
| YUV | 147.19 | 94.03 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 87 | 0 | 0.33 | 0.56 | 0.22 | 24.86 | 0.49 | 0.56 |
| Hex | C6 | 85 | 57 | 0 | 21 | 38 | 16 | 19 | 31 | 38 |
| Octal | 306 | 205 | 127 | 0 | 41 | 70 | 26 | 31 | 61 | 70 |
| Binary | 11000110 | 10000101 | 1010111 | 0 | 100001 | 111000 | 10110 | 11001 | 110001 | 111000 |
Color Harmonies of #C68557
Complementary color
Monochromatic Colors of #C68557
Black with #C68557
Text Example
Text Example
White with #C68557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68557; }
p { color: rgb(198,133,87); }
H1.HeaderClassName
{
color: #C68557;
}
.AnyTagClassName
{
color: #C68557;
}
</style>
background-color css
<style>
a { background-color: #C68557; }
a { background-color: rgb(198,133,87); }
div.DivClassName
{
background-color: #C68557;
}
.BgClassName
{
background-color: #C68557;
}
</style>
border-color css
<style>
span { border-color: #C68557; }
span { border-color: rgb(198,133,87); }
td.TdClassName
{
border-color: #C68557;
}
.TagClassName
{
border-color: #C68557;
}
</style>