Shades of Twine #C68558
Tints of Twine #C68558
RGB
CMYK
RGB Variations
Color information
#C68558 (or 0xC68558) is known color: Twine. HEX triplet: C6, 85 and 58. RGB value is (198,133,88). Sum of RGB (Red+Green+Blue) = 198+133+88=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C68558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68558 is #397AA7. Grayscale: #939393. Windows color (decimal): -3766952 or 5801414. OLE color: 5801414.
HSL color Cylindrical-coordinate representation of color #C68558: hue angle of 24.55º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C68558 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 88 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.22 |
| HSL | 24.55º | 0.49% | 0.56% | - |
| HSV(B) | 24.55º | 0.56% | 0.78% | - |
| XYZ | 33.44 | 29.49 | 13.16 | - |
| YUV | 147.31 | 94.53 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 88 | 0 | 0.33 | 0.56 | 0.22 | 24.55 | 0.49 | 0.56 |
| Hex | C6 | 85 | 58 | 0 | 21 | 38 | 16 | 19 | 31 | 38 |
| Octal | 306 | 205 | 130 | 0 | 41 | 70 | 26 | 31 | 61 | 70 |
| Binary | 11000110 | 10000101 | 1011000 | 0 | 100001 | 111000 | 10110 | 11001 | 110001 | 111000 |
Color Harmonies of #C68558
Complementary color
Monochromatic Colors of #C68558
Black with #C68558
Text Example
Text Example
White with #C68558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68558; }
p { color: rgb(198,133,88); }
H1.HeaderClassName
{
color: #C68558;
}
.AnyTagClassName
{
color: #C68558;
}
</style>
background-color css
<style>
a { background-color: #C68558; }
a { background-color: rgb(198,133,88); }
div.DivClassName
{
background-color: #C68558;
}
.BgClassName
{
background-color: #C68558;
}
</style>
border-color css
<style>
span { border-color: #C68558; }
span { border-color: rgb(198,133,88); }
td.TdClassName
{
border-color: #C68558;
}
.TagClassName
{
border-color: #C68558;
}
</style>