Shades of Twine #C69359
Tints of Twine #C69359
RGB
CMYK
RGB Variations
Color information
#C69359 (or 0xC69359) is known color: Twine. HEX triplet: C6, 93 and 59. RGB value is (198,147,89). Sum of RGB (Red+Green+Blue) = 198+147+89=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C69359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69359 is #396CA6. Grayscale: #9B9B9B. Windows color (decimal): -3763367 or 5870534. OLE color: 5870534.
HSL color Cylindrical-coordinate representation of color #C69359: hue angle of 31.93º 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 #C69359 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 147 | 89 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.22 |
| HSL | 31.93º | 0.49% | 0.56% | - |
| HSV(B) | 31.93º | 0.55% | 0.78% | - |
| XYZ | 35.53 | 33.59 | 14.06 | - |
| YUV | 155.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 89 | 0 | 0.26 | 0.55 | 0.22 | 31.93 | 0.49 | 0.56 |
| Hex | C6 | 93 | 59 | 0 | 1A | 37 | 16 | 20 | 31 | 38 |
| Octal | 306 | 223 | 131 | 0 | 32 | 67 | 26 | 40 | 61 | 70 |
| Binary | 11000110 | 10010011 | 1011001 | 0 | 11010 | 110111 | 10110 | 100000 | 110001 | 111000 |
Color Harmonies of #C69359
Complementary color
Monochromatic Colors of #C69359
Black with #C69359
Text Example
Text Example
White with #C69359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69359; }
p { color: rgb(198,147,89); }
H1.HeaderClassName
{
color: #C69359;
}
.AnyTagClassName
{
color: #C69359;
}
</style>
background-color css
<style>
a { background-color: #C69359; }
a { background-color: rgb(198,147,89); }
div.DivClassName
{
background-color: #C69359;
}
.BgClassName
{
background-color: #C69359;
}
</style>
border-color css
<style>
span { border-color: #C69359; }
span { border-color: rgb(198,147,89); }
td.TdClassName
{
border-color: #C69359;
}
.TagClassName
{
border-color: #C69359;
}
</style>