Shades of Twine #C68B54
Tints of Twine #C68B54
RGB
CMYK
RGB Variations
Color information
#C68B54 (or 0xC68B54) is known color: Twine. HEX triplet: C6, 8B and 54. RGB value is (198,139,84). Sum of RGB (Red+Green+Blue) = 198+139+84=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68B54 is #3974AB. Grayscale: #969696. Windows color (decimal): -3765420 or 5540806. OLE color: 5540806.
HSL color Cylindrical-coordinate representation of color #C68B54: hue angle of 28.95º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C68B54 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 139 | 84 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.22 |
| HSL | 28.95º | 0.5% | 0.55% | - |
| HSV(B) | 28.95º | 0.58% | 0.78% | - |
| XYZ | 34.12 | 31.11 | 12.59 | - |
| YUV | 150.37 | 90.55 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 84 | 0 | 0.30 | 0.58 | 0.22 | 28.95 | 0.5 | 0.55 |
| Hex | C6 | 8B | 54 | 0 | 1E | 3A | 16 | 1D | 32 | 37 |
| Octal | 306 | 213 | 124 | 0 | 36 | 72 | 26 | 35 | 62 | 67 |
| Binary | 11000110 | 10001011 | 1010100 | 0 | 11110 | 111010 | 10110 | 11101 | 110010 | 110111 |
Color Harmonies of #C68B54
Complementary color
Monochromatic Colors of #C68B54
Black with #C68B54
Text Example
Text Example
White with #C68B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68B54; }
p { color: rgb(198,139,84); }
H1.HeaderClassName
{
color: #C68B54;
}
.AnyTagClassName
{
color: #C68B54;
}
</style>
background-color css
<style>
a { background-color: #C68B54; }
a { background-color: rgb(198,139,84); }
div.DivClassName
{
background-color: #C68B54;
}
.BgClassName
{
background-color: #C68B54;
}
</style>
border-color css
<style>
span { border-color: #C68B54; }
span { border-color: rgb(198,139,84); }
td.TdClassName
{
border-color: #C68B54;
}
.TagClassName
{
border-color: #C68B54;
}
</style>