Shades of Twine #C68C5B
Tints of Twine #C68C5B
RGB
CMYK
RGB Variations
Color information
#C68C5B (or 0xC68C5B) is known color: Twine. HEX triplet: C6, 8C and 5B. RGB value is (198,140,91). Sum of RGB (Red+Green+Blue) = 198+140+91=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68C5B is #3973A4. Grayscale: #989898. Windows color (decimal): -3765157 or 5999814. OLE color: 5999814.
HSL color Cylindrical-coordinate representation of color #C68C5B: hue angle of 27.48º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C68C5B is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 140 | 91 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.22 |
| HSL | 27.48º | 0.48% | 0.57% | - |
| HSV(B) | 27.48º | 0.54% | 0.78% | - |
| XYZ | 34.56 | 31.52 | 14.16 | - |
| YUV | 151.76 | 93.72 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 91 | 0 | 0.29 | 0.54 | 0.22 | 27.48 | 0.48 | 0.57 |
| Hex | C6 | 8C | 5B | 0 | 1D | 36 | 16 | 1B | 30 | 39 |
| Octal | 306 | 214 | 133 | 0 | 35 | 66 | 26 | 33 | 60 | 71 |
| Binary | 11000110 | 10001100 | 1011011 | 0 | 11101 | 110110 | 10110 | 11011 | 110000 | 111001 |
Color Harmonies of #C68C5B
Complementary color
Monochromatic Colors of #C68C5B
Black with #C68C5B
Text Example
Text Example
White with #C68C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68C5B; }
p { color: rgb(198,140,91); }
H1.HeaderClassName
{
color: #C68C5B;
}
.AnyTagClassName
{
color: #C68C5B;
}
</style>
background-color css
<style>
a { background-color: #C68C5B; }
a { background-color: rgb(198,140,91); }
div.DivClassName
{
background-color: #C68C5B;
}
.BgClassName
{
background-color: #C68C5B;
}
</style>
border-color css
<style>
span { border-color: #C68C5B; }
span { border-color: rgb(198,140,91); }
td.TdClassName
{
border-color: #C68C5B;
}
.TagClassName
{
border-color: #C68C5B;
}
</style>