Shades of Twine #C68658
Tints of Twine #C68658
RGB
CMYK
RGB Variations
Color information
#C68658 (or 0xC68658) is known color: Twine. HEX triplet: C6, 86 and 58. RGB value is (198,134,88). Sum of RGB (Red+Green+Blue) = 198+134+88=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C68658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68658 is #3979A7. Grayscale: #949494. Windows color (decimal): -3766696 or 5801670. OLE color: 5801670.
HSL color Cylindrical-coordinate representation of color #C68658: hue angle of 25.09º 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 #C68658 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 88 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.22 |
| HSL | 25.09º | 0.49% | 0.56% | - |
| HSV(B) | 25.09º | 0.56% | 0.78% | - |
| XYZ | 33.58 | 29.76 | 13.21 | - |
| YUV | 147.89 | 94.2 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 88 | 0 | 0.32 | 0.56 | 0.22 | 25.09 | 0.49 | 0.56 |
| Hex | C6 | 86 | 58 | 0 | 20 | 38 | 16 | 19 | 31 | 38 |
| Octal | 306 | 206 | 130 | 0 | 40 | 70 | 26 | 31 | 61 | 70 |
| Binary | 11000110 | 10000110 | 1011000 | 0 | 100000 | 111000 | 10110 | 11001 | 110001 | 111000 |
Color Harmonies of #C68658
Complementary color
Monochromatic Colors of #C68658
Black with #C68658
Text Example
Text Example
White with #C68658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68658; }
p { color: rgb(198,134,88); }
H1.HeaderClassName
{
color: #C68658;
}
.AnyTagClassName
{
color: #C68658;
}
</style>
background-color css
<style>
a { background-color: #C68658; }
a { background-color: rgb(198,134,88); }
div.DivClassName
{
background-color: #C68658;
}
.BgClassName
{
background-color: #C68658;
}
</style>
border-color css
<style>
span { border-color: #C68658; }
span { border-color: rgb(198,134,88); }
td.TdClassName
{
border-color: #C68658;
}
.TagClassName
{
border-color: #C68658;
}
</style>