Shades of Twine #C68C59
Tints of Twine #C68C59
RGB
CMYK
RGB Variations
Color information
#C68C59 (or 0xC68C59) is known color: Twine. HEX triplet: C6, 8C and 59. RGB value is (198,140,89). Sum of RGB (Red+Green+Blue) = 198+140+89=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 89 (35.16% from 255 or 20.84% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68C59 is #3973A6. Grayscale: #979797. Windows color (decimal): -3765159 or 5868742. OLE color: 5868742.
HSL color Cylindrical-coordinate representation of color #C68C59: hue angle of 28.07º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C68C59 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 140 | 89 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.22 |
| HSL | 28.07º | 0.49% | 0.56% | - |
| HSV(B) | 28.07º | 0.55% | 0.78% | - |
| XYZ | 34.47 | 31.48 | 13.71 | - |
| YUV | 151.53 | 92.72 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 89 | 0 | 0.29 | 0.55 | 0.22 | 28.07 | 0.49 | 0.56 |
| Hex | C6 | 8C | 59 | 0 | 1D | 37 | 16 | 1C | 31 | 38 |
| Octal | 306 | 214 | 131 | 0 | 35 | 67 | 26 | 34 | 61 | 70 |
| Binary | 11000110 | 10001100 | 1011001 | 0 | 11101 | 110111 | 10110 | 11100 | 110001 | 111000 |
Color Harmonies of #C68C59
Complementary color
Monochromatic Colors of #C68C59
Black with #C68C59
Text Example
Text Example
White with #C68C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68C59; }
p { color: rgb(198,140,89); }
H1.HeaderClassName
{
color: #C68C59;
}
.AnyTagClassName
{
color: #C68C59;
}
</style>
background-color css
<style>
a { background-color: #C68C59; }
a { background-color: rgb(198,140,89); }
div.DivClassName
{
background-color: #C68C59;
}
.BgClassName
{
background-color: #C68C59;
}
</style>
border-color css
<style>
span { border-color: #C68C59; }
span { border-color: rgb(198,140,89); }
td.TdClassName
{
border-color: #C68C59;
}
.TagClassName
{
border-color: #C68C59;
}
</style>