Shades of Twine #C59653
Tints of Twine #C59653
RGB
CMYK
RGB Variations
Color information
#C59653 (or 0xC59653) is known color: Twine. HEX triplet: C5, 96 and 53. RGB value is (197,150,83). Sum of RGB (Red+Green+Blue) = 197+150+83=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C59653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59653 is #3A69AC. Grayscale: #9C9C9C. Windows color (decimal): -3828141 or 5478085. OLE color: 5478085.
HSL color Cylindrical-coordinate representation of color #C59653: hue angle of 35.26º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C59653 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 83 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.23 |
| HSL | 35.26º | 0.5% | 0.55% | - |
| HSV(B) | 35.26º | 0.58% | 0.77% | - |
| XYZ | 35.49 | 34.31 | 12.93 | - |
| YUV | 156.42 | 86.57 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 83 | 0 | 0.24 | 0.58 | 0.23 | 35.26 | 0.5 | 0.55 |
| Hex | C5 | 96 | 53 | 0 | 18 | 3A | 17 | 23 | 32 | 37 |
| Octal | 305 | 226 | 123 | 0 | 30 | 72 | 27 | 43 | 62 | 67 |
| Binary | 11000101 | 10010110 | 1010011 | 0 | 11000 | 111010 | 10111 | 100011 | 110010 | 110111 |
Color Harmonies of #C59653
Complementary color
Monochromatic Colors of #C59653
Black with #C59653
Text Example
Text Example
White with #C59653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59653; }
p { color: rgb(197,150,83); }
H1.HeaderClassName
{
color: #C59653;
}
.AnyTagClassName
{
color: #C59653;
}
</style>
background-color css
<style>
a { background-color: #C59653; }
a { background-color: rgb(197,150,83); }
div.DivClassName
{
background-color: #C59653;
}
.BgClassName
{
background-color: #C59653;
}
</style>
border-color css
<style>
span { border-color: #C59653; }
span { border-color: rgb(197,150,83); }
td.TdClassName
{
border-color: #C59653;
}
.TagClassName
{
border-color: #C59653;
}
</style>