Shades of Twine #C68759
Tints of Twine #C68759
RGB
CMYK
RGB Variations
Color information
#C68759 (or 0xC68759) is known color: Twine. HEX triplet: C6, 87 and 59. RGB value is (198,135,89). Sum of RGB (Red+Green+Blue) = 198+135+89=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C68759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68759 is #3978A6. Grayscale: #949494. Windows color (decimal): -3766439 or 5867462. OLE color: 5867462.
HSL color Cylindrical-coordinate representation of color #C68759: hue angle of 25.32º 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 #C68759 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 135 | 89 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.22 |
| HSL | 25.32º | 0.49% | 0.56% | - |
| HSV(B) | 25.32º | 0.55% | 0.78% | - |
| XYZ | 33.76 | 30.05 | 13.47 | - |
| YUV | 148.59 | 94.37 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 135 | 89 | 0 | 0.32 | 0.55 | 0.22 | 25.32 | 0.49 | 0.56 |
| Hex | C6 | 87 | 59 | 0 | 20 | 37 | 16 | 19 | 31 | 38 |
| Octal | 306 | 207 | 131 | 0 | 40 | 67 | 26 | 31 | 61 | 70 |
| Binary | 11000110 | 10000111 | 1011001 | 0 | 100000 | 110111 | 10110 | 11001 | 110001 | 111000 |
Color Harmonies of #C68759
Complementary color
Monochromatic Colors of #C68759
Black with #C68759
Text Example
Text Example
White with #C68759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68759; }
p { color: rgb(198,135,89); }
H1.HeaderClassName
{
color: #C68759;
}
.AnyTagClassName
{
color: #C68759;
}
</style>
background-color css
<style>
a { background-color: #C68759; }
a { background-color: rgb(198,135,89); }
div.DivClassName
{
background-color: #C68759;
}
.BgClassName
{
background-color: #C68759;
}
</style>
border-color css
<style>
span { border-color: #C68759; }
span { border-color: rgb(198,135,89); }
td.TdClassName
{
border-color: #C68759;
}
.TagClassName
{
border-color: #C68759;
}
</style>