Shades of Twine #C69759
Tints of Twine #C69759
RGB
CMYK
RGB Variations
Color information
#C69759 (or 0xC69759) is known color: Twine. HEX triplet: C6, 97 and 59. RGB value is (198,151,89). Sum of RGB (Red+Green+Blue) = 198+151+89=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 89 (35.16% from 255 or 20.32% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C69759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69759 is #3968A6. Grayscale: #9E9E9E. Windows color (decimal): -3762343 or 5871558. OLE color: 5871558.
HSL color Cylindrical-coordinate representation of color #C69759: hue angle of 34.13º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C69759 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 89 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.22 |
| HSL | 34.13º | 0.49% | 0.56% | - |
| HSV(B) | 34.13º | 0.55% | 0.78% | - |
| XYZ | 36.16 | 34.86 | 14.27 | - |
| YUV | 157.99 | 89.07 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 89 | 0 | 0.24 | 0.55 | 0.22 | 34.13 | 0.49 | 0.56 |
| Hex | C6 | 97 | 59 | 0 | 18 | 37 | 16 | 22 | 31 | 38 |
| Octal | 306 | 227 | 131 | 0 | 30 | 67 | 26 | 42 | 61 | 70 |
| Binary | 11000110 | 10010111 | 1011001 | 0 | 11000 | 110111 | 10110 | 100010 | 110001 | 111000 |
Color Harmonies of #C69759
Complementary color
Monochromatic Colors of #C69759
Black with #C69759
Text Example
Text Example
White with #C69759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69759; }
p { color: rgb(198,151,89); }
H1.HeaderClassName
{
color: #C69759;
}
.AnyTagClassName
{
color: #C69759;
}
</style>
background-color css
<style>
a { background-color: #C69759; }
a { background-color: rgb(198,151,89); }
div.DivClassName
{
background-color: #C69759;
}
.BgClassName
{
background-color: #C69759;
}
</style>
border-color css
<style>
span { border-color: #C69759; }
span { border-color: rgb(198,151,89); }
td.TdClassName
{
border-color: #C69759;
}
.TagClassName
{
border-color: #C69759;
}
</style>