Shades of Twine #C68758
Tints of Twine #C68758
RGB
CMYK
RGB Variations
Color information
#C68758 (or 0xC68758) is known color: Twine. HEX triplet: C6, 87 and 58. RGB value is (198,135,88). Sum of RGB (Red+Green+Blue) = 198+135+88=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C68758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68758 is #3978A7. Grayscale: #949494. Windows color (decimal): -3766440 or 5801926. OLE color: 5801926.
HSL color Cylindrical-coordinate representation of color #C68758: hue angle of 25.64º 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 #C68758 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 135 | 88 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.22 |
| HSL | 25.64º | 0.49% | 0.56% | - |
| HSV(B) | 25.64º | 0.56% | 0.78% | - |
| XYZ | 33.71 | 30.04 | 13.25 | - |
| YUV | 148.48 | 93.87 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 135 | 88 | 0 | 0.32 | 0.56 | 0.22 | 25.64 | 0.49 | 0.56 |
| Hex | C6 | 87 | 58 | 0 | 20 | 38 | 16 | 1A | 31 | 38 |
| Octal | 306 | 207 | 130 | 0 | 40 | 70 | 26 | 32 | 61 | 70 |
| Binary | 11000110 | 10000111 | 1011000 | 0 | 100000 | 111000 | 10110 | 11010 | 110001 | 111000 |
Color Harmonies of #C68758
Complementary color
Monochromatic Colors of #C68758
Black with #C68758
Text Example
Text Example
White with #C68758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68758; }
p { color: rgb(198,135,88); }
H1.HeaderClassName
{
color: #C68758;
}
.AnyTagClassName
{
color: #C68758;
}
</style>
background-color css
<style>
a { background-color: #C68758; }
a { background-color: rgb(198,135,88); }
div.DivClassName
{
background-color: #C68758;
}
.BgClassName
{
background-color: #C68758;
}
</style>
border-color css
<style>
span { border-color: #C68758; }
span { border-color: rgb(198,135,88); }
td.TdClassName
{
border-color: #C68758;
}
.TagClassName
{
border-color: #C68758;
}
</style>