Shades of Twine #C68556
Tints of Twine #C68556
RGB
CMYK
RGB Variations
Color information
#C68556 (or 0xC68556) is known color: Twine. HEX triplet: C6, 85 and 56. RGB value is (198,133,86). Sum of RGB (Red+Green+Blue) = 198+133+86=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C68556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68556 is #397AA9. Grayscale: #939393. Windows color (decimal): -3766954 or 5670342. OLE color: 5670342.
HSL color Cylindrical-coordinate representation of color #C68556: hue angle of 25.18º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C68556 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 86 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.22 |
| HSL | 25.18º | 0.5% | 0.56% | - |
| HSV(B) | 25.18º | 0.57% | 0.78% | - |
| XYZ | 33.36 | 29.45 | 12.73 | - |
| YUV | 147.08 | 93.53 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 86 | 0 | 0.33 | 0.57 | 0.22 | 25.18 | 0.5 | 0.56 |
| Hex | C6 | 85 | 56 | 0 | 21 | 39 | 16 | 19 | 32 | 38 |
| Octal | 306 | 205 | 126 | 0 | 41 | 71 | 26 | 31 | 62 | 70 |
| Binary | 11000110 | 10000101 | 1010110 | 0 | 100001 | 111001 | 10110 | 11001 | 110010 | 111000 |
Color Harmonies of #C68556
Complementary color
Monochromatic Colors of #C68556
Black with #C68556
Text Example
Text Example
White with #C68556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68556; }
p { color: rgb(198,133,86); }
H1.HeaderClassName
{
color: #C68556;
}
.AnyTagClassName
{
color: #C68556;
}
</style>
background-color css
<style>
a { background-color: #C68556; }
a { background-color: rgb(198,133,86); }
div.DivClassName
{
background-color: #C68556;
}
.BgClassName
{
background-color: #C68556;
}
</style>
border-color css
<style>
span { border-color: #C68556; }
span { border-color: rgb(198,133,86); }
td.TdClassName
{
border-color: #C68556;
}
.TagClassName
{
border-color: #C68556;
}
</style>