Shades of Twine #C68C58
Tints of Twine #C68C58
RGB
CMYK
RGB Variations
Color information
#C68C58 (or 0xC68C58) is known color: Twine. HEX triplet: C6, 8C and 58. RGB value is (198,140,88). Sum of RGB (Red+Green+Blue) = 198+140+88=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68C58 is #3973A7. Grayscale: #979797. Windows color (decimal): -3765160 or 5803206. OLE color: 5803206.
HSL color Cylindrical-coordinate representation of color #C68C58: hue angle of 28.36º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C68C58 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 140 | 88 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.22 |
| HSL | 28.36º | 0.49% | 0.56% | - |
| HSV(B) | 28.36º | 0.56% | 0.78% | - |
| XYZ | 34.43 | 31.47 | 13.49 | - |
| YUV | 151.41 | 92.22 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 88 | 0 | 0.29 | 0.56 | 0.22 | 28.36 | 0.49 | 0.56 |
| Hex | C6 | 8C | 58 | 0 | 1D | 38 | 16 | 1C | 31 | 38 |
| Octal | 306 | 214 | 130 | 0 | 35 | 70 | 26 | 34 | 61 | 70 |
| Binary | 11000110 | 10001100 | 1011000 | 0 | 11101 | 111000 | 10110 | 11100 | 110001 | 111000 |
Color Harmonies of #C68C58
Complementary color
Monochromatic Colors of #C68C58
Black with #C68C58
Text Example
Text Example
White with #C68C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68C58; }
p { color: rgb(198,140,88); }
H1.HeaderClassName
{
color: #C68C58;
}
.AnyTagClassName
{
color: #C68C58;
}
</style>
background-color css
<style>
a { background-color: #C68C58; }
a { background-color: rgb(198,140,88); }
div.DivClassName
{
background-color: #C68C58;
}
.BgClassName
{
background-color: #C68C58;
}
</style>
border-color css
<style>
span { border-color: #C68C58; }
span { border-color: rgb(198,140,88); }
td.TdClassName
{
border-color: #C68C58;
}
.TagClassName
{
border-color: #C68C58;
}
</style>