Shades of Twine #C68B58
Tints of Twine #C68B58
RGB
CMYK
RGB Variations
Color information
#C68B58 (or 0xC68B58) is known color: Twine. HEX triplet: C6, 8B and 58. RGB value is (198,139,88). Sum of RGB (Red+Green+Blue) = 198+139+88=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68B58 is #3974A7. Grayscale: #979797. Windows color (decimal): -3765416 or 5802950. OLE color: 5802950.
HSL color Cylindrical-coordinate representation of color #C68B58: hue angle of 27.82º 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 #C68B58 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 139 | 88 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.22 |
| HSL | 27.82º | 0.49% | 0.56% | - |
| HSV(B) | 27.82º | 0.56% | 0.78% | - |
| XYZ | 34.28 | 31.18 | 13.44 | - |
| YUV | 150.83 | 92.55 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 139 | 88 | 0 | 0.30 | 0.56 | 0.22 | 27.82 | 0.49 | 0.56 |
| Hex | C6 | 8B | 58 | 0 | 1E | 38 | 16 | 1C | 31 | 38 |
| Octal | 306 | 213 | 130 | 0 | 36 | 70 | 26 | 34 | 61 | 70 |
| Binary | 11000110 | 10001011 | 1011000 | 0 | 11110 | 111000 | 10110 | 11100 | 110001 | 111000 |
Color Harmonies of #C68B58
Complementary color
Monochromatic Colors of #C68B58
Black with #C68B58
Text Example
Text Example
White with #C68B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68B58; }
p { color: rgb(198,139,88); }
H1.HeaderClassName
{
color: #C68B58;
}
.AnyTagClassName
{
color: #C68B58;
}
</style>
background-color css
<style>
a { background-color: #C68B58; }
a { background-color: rgb(198,139,88); }
div.DivClassName
{
background-color: #C68B58;
}
.BgClassName
{
background-color: #C68B58;
}
</style>
border-color css
<style>
span { border-color: #C68B58; }
span { border-color: rgb(198,139,88); }
td.TdClassName
{
border-color: #C68B58;
}
.TagClassName
{
border-color: #C68B58;
}
</style>