Shades of Twine #C68859
Tints of Twine #C68859
RGB
CMYK
RGB Variations
Color information
#C68859 (or 0xC68859) is known color: Twine. HEX triplet: C6, 88 and 59. RGB value is (198,136,89). Sum of RGB (Red+Green+Blue) = 198+136+89=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C68859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68859 is #3977A6. Grayscale: #959595. Windows color (decimal): -3766183 or 5867718. OLE color: 5867718.
HSL color Cylindrical-coordinate representation of color #C68859: hue angle of 25.87º 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 #C68859 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 89 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.22 |
| HSL | 25.87º | 0.49% | 0.56% | - |
| HSV(B) | 25.87º | 0.55% | 0.78% | - |
| XYZ | 33.9 | 30.34 | 13.52 | - |
| YUV | 149.18 | 94.04 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 89 | 0 | 0.31 | 0.55 | 0.22 | 25.87 | 0.49 | 0.56 |
| Hex | C6 | 88 | 59 | 0 | 1F | 37 | 16 | 1A | 31 | 38 |
| Octal | 306 | 210 | 131 | 0 | 37 | 67 | 26 | 32 | 61 | 70 |
| Binary | 11000110 | 10001000 | 1011001 | 0 | 11111 | 110111 | 10110 | 11010 | 110001 | 111000 |
Color Harmonies of #C68859
Complementary color
Monochromatic Colors of #C68859
Black with #C68859
Text Example
Text Example
White with #C68859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68859; }
p { color: rgb(198,136,89); }
H1.HeaderClassName
{
color: #C68859;
}
.AnyTagClassName
{
color: #C68859;
}
</style>
background-color css
<style>
a { background-color: #C68859; }
a { background-color: rgb(198,136,89); }
div.DivClassName
{
background-color: #C68859;
}
.BgClassName
{
background-color: #C68859;
}
</style>
border-color css
<style>
span { border-color: #C68859; }
span { border-color: rgb(198,136,89); }
td.TdClassName
{
border-color: #C68859;
}
.TagClassName
{
border-color: #C68859;
}
</style>