Shades of Twine #C68650
Tints of Twine #C68650
RGB
CMYK
RGB Variations
Color information
#C68650 (or 0xC68650) is known color: Twine. HEX triplet: C6, 86 and 50. RGB value is (198,134,80). Sum of RGB (Red+Green+Blue) = 198+134+80=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C68650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68650 is #3979AF. Grayscale: #939393. Windows color (decimal): -3766704 or 5277382. OLE color: 5277382.
HSL color Cylindrical-coordinate representation of color #C68650: hue angle of 27.46º 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 #C68650 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 80 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.22 |
| HSL | 27.46º | 0.51% | 0.55% | - |
| HSV(B) | 27.46º | 0.6% | 0.78% | - |
| XYZ | 33.26 | 29.64 | 11.56 | - |
| YUV | 146.98 | 90.2 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 80 | 0 | 0.32 | 0.60 | 0.22 | 27.46 | 0.51 | 0.55 |
| Hex | C6 | 86 | 50 | 0 | 20 | 3C | 16 | 1B | 33 | 37 |
| Octal | 306 | 206 | 120 | 0 | 40 | 74 | 26 | 33 | 63 | 67 |
| Binary | 11000110 | 10000110 | 1010000 | 0 | 100000 | 111100 | 10110 | 11011 | 110011 | 110111 |
Color Harmonies of #C68650
Complementary color
Monochromatic Colors of #C68650
Black with #C68650
Text Example
Text Example
White with #C68650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68650; }
p { color: rgb(198,134,80); }
H1.HeaderClassName
{
color: #C68650;
}
.AnyTagClassName
{
color: #C68650;
}
</style>
background-color css
<style>
a { background-color: #C68650; }
a { background-color: rgb(198,134,80); }
div.DivClassName
{
background-color: #C68650;
}
.BgClassName
{
background-color: #C68650;
}
</style>
border-color css
<style>
span { border-color: #C68650; }
span { border-color: rgb(198,134,80); }
td.TdClassName
{
border-color: #C68650;
}
.TagClassName
{
border-color: #C68650;
}
</style>