Shades of Twine #C68A57
Tints of Twine #C68A57
RGB
CMYK
RGB Variations
Color information
#C68A57 (or 0xC68A57) is known color: Twine. HEX triplet: C6, 8A and 57. RGB value is (198,138,87). Sum of RGB (Red+Green+Blue) = 198+138+87=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68A57 is #3975A8. Grayscale: #969696. Windows color (decimal): -3765673 or 5737158. OLE color: 5737158.
HSL color Cylindrical-coordinate representation of color #C68A57: hue angle of 27.57º 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 #C68A57 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 138 | 87 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.22 |
| HSL | 27.57º | 0.49% | 0.56% | - |
| HSV(B) | 27.57º | 0.56% | 0.78% | - |
| XYZ | 34.1 | 30.87 | 13.18 | - |
| YUV | 150.13 | 92.38 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 87 | 0 | 0.30 | 0.56 | 0.22 | 27.57 | 0.49 | 0.56 |
| Hex | C6 | 8A | 57 | 0 | 1E | 38 | 16 | 1C | 31 | 38 |
| Octal | 306 | 212 | 127 | 0 | 36 | 70 | 26 | 34 | 61 | 70 |
| Binary | 11000110 | 10001010 | 1010111 | 0 | 11110 | 111000 | 10110 | 11100 | 110001 | 111000 |
Color Harmonies of #C68A57
Complementary color
Monochromatic Colors of #C68A57
Black with #C68A57
Text Example
Text Example
White with #C68A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68A57; }
p { color: rgb(198,138,87); }
H1.HeaderClassName
{
color: #C68A57;
}
.AnyTagClassName
{
color: #C68A57;
}
</style>
background-color css
<style>
a { background-color: #C68A57; }
a { background-color: rgb(198,138,87); }
div.DivClassName
{
background-color: #C68A57;
}
.BgClassName
{
background-color: #C68A57;
}
</style>
border-color css
<style>
span { border-color: #C68A57; }
span { border-color: rgb(198,138,87); }
td.TdClassName
{
border-color: #C68A57;
}
.TagClassName
{
border-color: #C68A57;
}
</style>