Shades of Twine #C69756
Tints of Twine #C69756
RGB
CMYK
RGB Variations
Color information
#C69756 (or 0xC69756) is known color: Twine. HEX triplet: C6, 97 and 56. RGB value is (198,151,86). Sum of RGB (Red+Green+Blue) = 198+151+86=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C69756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69756 is #3968A9. Grayscale: #9D9D9D. Windows color (decimal): -3762346 or 5674950. OLE color: 5674950.
HSL color Cylindrical-coordinate representation of color #C69756: hue angle of 34.82º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C69756 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 86 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.22 |
| HSL | 34.82º | 0.5% | 0.56% | - |
| HSV(B) | 34.82º | 0.57% | 0.78% | - |
| XYZ | 36.04 | 34.81 | 13.62 | - |
| YUV | 157.64 | 87.57 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 86 | 0 | 0.24 | 0.57 | 0.22 | 34.82 | 0.5 | 0.56 |
| Hex | C6 | 97 | 56 | 0 | 18 | 39 | 16 | 23 | 32 | 38 |
| Octal | 306 | 227 | 126 | 0 | 30 | 71 | 26 | 43 | 62 | 70 |
| Binary | 11000110 | 10010111 | 1010110 | 0 | 11000 | 111001 | 10110 | 100011 | 110010 | 111000 |
Color Harmonies of #C69756
Complementary color
Monochromatic Colors of #C69756
Black with #C69756
Text Example
Text Example
White with #C69756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69756; }
p { color: rgb(198,151,86); }
H1.HeaderClassName
{
color: #C69756;
}
.AnyTagClassName
{
color: #C69756;
}
</style>
background-color css
<style>
a { background-color: #C69756; }
a { background-color: rgb(198,151,86); }
div.DivClassName
{
background-color: #C69756;
}
.BgClassName
{
background-color: #C69756;
}
</style>
border-color css
<style>
span { border-color: #C69756; }
span { border-color: rgb(198,151,86); }
td.TdClassName
{
border-color: #C69756;
}
.TagClassName
{
border-color: #C69756;
}
</style>