Shades of Twine #C68850
Tints of Twine #C68850
RGB
CMYK
RGB Variations
Color information
#C68850 (or 0xC68850) is known color: Twine. HEX triplet: C6, 88 and 50. RGB value is (198,136,80). Sum of RGB (Red+Green+Blue) = 198+136+80=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C68850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68850 is #3977AF. Grayscale: #949494. Windows color (decimal): -3766192 or 5277894. OLE color: 5277894.
HSL color Cylindrical-coordinate representation of color #C68850: hue angle of 28.47º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C68850 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 136 | 80 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.22 |
| HSL | 28.47º | 0.51% | 0.55% | - |
| HSV(B) | 28.47º | 0.6% | 0.78% | - |
| XYZ | 33.54 | 30.19 | 11.65 | - |
| YUV | 148.15 | 89.54 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 136 | 80 | 0 | 0.31 | 0.60 | 0.22 | 28.47 | 0.51 | 0.55 |
| Hex | C6 | 88 | 50 | 0 | 1F | 3C | 16 | 1C | 33 | 37 |
| Octal | 306 | 210 | 120 | 0 | 37 | 74 | 26 | 34 | 63 | 67 |
| Binary | 11000110 | 10001000 | 1010000 | 0 | 11111 | 111100 | 10110 | 11100 | 110011 | 110111 |
Color Harmonies of #C68850
Complementary color
Monochromatic Colors of #C68850
Black with #C68850
Text Example
Text Example
White with #C68850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68850; }
p { color: rgb(198,136,80); }
H1.HeaderClassName
{
color: #C68850;
}
.AnyTagClassName
{
color: #C68850;
}
</style>
background-color css
<style>
a { background-color: #C68850; }
a { background-color: rgb(198,136,80); }
div.DivClassName
{
background-color: #C68850;
}
.BgClassName
{
background-color: #C68850;
}
</style>
border-color css
<style>
span { border-color: #C68850; }
span { border-color: rgb(198,136,80); }
td.TdClassName
{
border-color: #C68850;
}
.TagClassName
{
border-color: #C68850;
}
</style>