Shades of Twine #C68655
Tints of Twine #C68655
RGB
CMYK
RGB Variations
Color information
#C68655 (or 0xC68655) is known color: Twine. HEX triplet: C6, 86 and 55. RGB value is (198,134,85). Sum of RGB (Red+Green+Blue) = 198+134+85=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C68655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68655 is #3979AA. Grayscale: #939393. Windows color (decimal): -3766699 or 5605062. OLE color: 5605062.
HSL color Cylindrical-coordinate representation of color #C68655: hue angle of 26.02º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C68655 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 85 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.22 |
| HSL | 26.02º | 0.5% | 0.55% | - |
| HSV(B) | 26.02º | 0.57% | 0.78% | - |
| XYZ | 33.45 | 29.71 | 12.57 | - |
| YUV | 147.55 | 92.7 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 85 | 0 | 0.32 | 0.57 | 0.22 | 26.02 | 0.5 | 0.55 |
| Hex | C6 | 86 | 55 | 0 | 20 | 39 | 16 | 1A | 32 | 37 |
| Octal | 306 | 206 | 125 | 0 | 40 | 71 | 26 | 32 | 62 | 67 |
| Binary | 11000110 | 10000110 | 1010101 | 0 | 100000 | 111001 | 10110 | 11010 | 110010 | 110111 |
Color Harmonies of #C68655
Complementary color
Monochromatic Colors of #C68655
Black with #C68655
Text Example
Text Example
White with #C68655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68655; }
p { color: rgb(198,134,85); }
H1.HeaderClassName
{
color: #C68655;
}
.AnyTagClassName
{
color: #C68655;
}
</style>
background-color css
<style>
a { background-color: #C68655; }
a { background-color: rgb(198,134,85); }
div.DivClassName
{
background-color: #C68655;
}
.BgClassName
{
background-color: #C68655;
}
</style>
border-color css
<style>
span { border-color: #C68655; }
span { border-color: rgb(198,134,85); }
td.TdClassName
{
border-color: #C68655;
}
.TagClassName
{
border-color: #C68655;
}
</style>