Shades of Twine #C69059
Tints of Twine #C69059
RGB
CMYK
RGB Variations
Color information
#C69059 (or 0xC69059) is known color: Twine. HEX triplet: C6, 90 and 59. RGB value is (198,144,89). Sum of RGB (Red+Green+Blue) = 198+144+89=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 89 (35.16% from 255 or 20.65% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C69059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69059 is #396FA6. Grayscale: #9A9A9A. Windows color (decimal): -3764135 or 5869766. OLE color: 5869766.
HSL color Cylindrical-coordinate representation of color #C69059: hue angle of 30.28º 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 #C69059 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 89 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.22 |
| HSL | 30.28º | 0.49% | 0.56% | - |
| HSV(B) | 30.28º | 0.55% | 0.78% | - |
| XYZ | 35.07 | 32.67 | 13.91 | - |
| YUV | 153.88 | 91.39 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 89 | 0 | 0.27 | 0.55 | 0.22 | 30.28 | 0.49 | 0.56 |
| Hex | C6 | 90 | 59 | 0 | 1B | 37 | 16 | 1E | 31 | 38 |
| Octal | 306 | 220 | 131 | 0 | 33 | 67 | 26 | 36 | 61 | 70 |
| Binary | 11000110 | 10010000 | 1011001 | 0 | 11011 | 110111 | 10110 | 11110 | 110001 | 111000 |
Color Harmonies of #C69059
Complementary color
Monochromatic Colors of #C69059
Black with #C69059
Text Example
Text Example
White with #C69059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69059; }
p { color: rgb(198,144,89); }
H1.HeaderClassName
{
color: #C69059;
}
.AnyTagClassName
{
color: #C69059;
}
</style>
background-color css
<style>
a { background-color: #C69059; }
a { background-color: rgb(198,144,89); }
div.DivClassName
{
background-color: #C69059;
}
.BgClassName
{
background-color: #C69059;
}
</style>
border-color css
<style>
span { border-color: #C69059; }
span { border-color: rgb(198,144,89); }
td.TdClassName
{
border-color: #C69059;
}
.TagClassName
{
border-color: #C69059;
}
</style>