Shades of Twine #C68856
Tints of Twine #C68856
RGB
CMYK
RGB Variations
Color information
#C68856 (or 0xC68856) is known color: Twine. HEX triplet: C6, 88 and 56. RGB value is (198,136,86). Sum of RGB (Red+Green+Blue) = 198+136+86=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C68856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68856 is #3977A9. Grayscale: #959595. Windows color (decimal): -3766186 or 5671110. OLE color: 5671110.
HSL color Cylindrical-coordinate representation of color #C68856: hue angle of 26.79º 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 #C68856 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 86 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.22 |
| HSL | 26.79º | 0.5% | 0.56% | - |
| HSV(B) | 26.79º | 0.57% | 0.78% | - |
| XYZ | 33.77 | 30.29 | 12.87 | - |
| YUV | 148.84 | 92.54 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 86 | 0 | 0.31 | 0.57 | 0.22 | 26.79 | 0.5 | 0.56 |
| Hex | C6 | 88 | 56 | 0 | 1F | 39 | 16 | 1B | 32 | 38 |
| Octal | 306 | 210 | 126 | 0 | 37 | 71 | 26 | 33 | 62 | 70 |
| Binary | 11000110 | 10001000 | 1010110 | 0 | 11111 | 111001 | 10110 | 11011 | 110010 | 111000 |
Color Harmonies of #C68856
Complementary color
Monochromatic Colors of #C68856
Black with #C68856
Text Example
Text Example
White with #C68856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68856; }
p { color: rgb(198,136,86); }
H1.HeaderClassName
{
color: #C68856;
}
.AnyTagClassName
{
color: #C68856;
}
</style>
background-color css
<style>
a { background-color: #C68856; }
a { background-color: rgb(198,136,86); }
div.DivClassName
{
background-color: #C68856;
}
.BgClassName
{
background-color: #C68856;
}
</style>
border-color css
<style>
span { border-color: #C68856; }
span { border-color: rgb(198,136,86); }
td.TdClassName
{
border-color: #C68856;
}
.TagClassName
{
border-color: #C68856;
}
</style>