Shades of Twine #C59654
Tints of Twine #C59654
RGB
CMYK
RGB Variations
Color information
#C59654 (or 0xC59654) is known color: Twine. HEX triplet: C5, 96 and 54. RGB value is (197,150,84). Sum of RGB (Red+Green+Blue) = 197+150+84=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 84 (33.20% from 255 or 19.49% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C59654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59654 is #3A69AB. Grayscale: #9C9C9C. Windows color (decimal): -3828140 or 5543621. OLE color: 5543621.
HSL color Cylindrical-coordinate representation of color #C59654: hue angle of 35.04º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C59654 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 84 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.23 |
| HSL | 35.04º | 0.49% | 0.55% | - |
| HSV(B) | 35.04º | 0.57% | 0.77% | - |
| XYZ | 35.53 | 34.32 | 13.14 | - |
| YUV | 156.53 | 87.07 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 84 | 0 | 0.24 | 0.57 | 0.23 | 35.04 | 0.49 | 0.55 |
| Hex | C5 | 96 | 54 | 0 | 18 | 39 | 17 | 23 | 31 | 37 |
| Octal | 305 | 226 | 124 | 0 | 30 | 71 | 27 | 43 | 61 | 67 |
| Binary | 11000101 | 10010110 | 1010100 | 0 | 11000 | 111001 | 10111 | 100011 | 110001 | 110111 |
Color Harmonies of #C59654
Complementary color
Monochromatic Colors of #C59654
Black with #C59654
Text Example
Text Example
White with #C59654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59654; }
p { color: rgb(197,150,84); }
H1.HeaderClassName
{
color: #C59654;
}
.AnyTagClassName
{
color: #C59654;
}
</style>
background-color css
<style>
a { background-color: #C59654; }
a { background-color: rgb(197,150,84); }
div.DivClassName
{
background-color: #C59654;
}
.BgClassName
{
background-color: #C59654;
}
</style>
border-color css
<style>
span { border-color: #C59654; }
span { border-color: rgb(197,150,84); }
td.TdClassName
{
border-color: #C59654;
}
.TagClassName
{
border-color: #C59654;
}
</style>