Shades of Twine #C6985C
Tints of Twine #C6985C
RGB
CMYK
RGB Variations
Color information
#C6985C (or 0xC6985C) is known color: Twine. HEX triplet: C6, 98 and 5C. RGB value is (198,152,92). Sum of RGB (Red+Green+Blue) = 198+152+92=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C6985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6985C is #3967A3. Grayscale: #9F9F9F. Windows color (decimal): -3762084 or 6068422. OLE color: 6068422.
HSL color Cylindrical-coordinate representation of color #C6985C: hue angle of 33.96º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C6985C is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 92 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.22 |
| HSL | 33.96º | 0.48% | 0.57% | - |
| HSV(B) | 33.96º | 0.54% | 0.78% | - |
| XYZ | 36.45 | 35.23 | 15.01 | - |
| YUV | 158.91 | 90.24 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 92 | 0 | 0.23 | 0.54 | 0.22 | 33.96 | 0.48 | 0.57 |
| Hex | C6 | 98 | 5C | 0 | 17 | 36 | 16 | 22 | 30 | 39 |
| Octal | 306 | 230 | 134 | 0 | 27 | 66 | 26 | 42 | 60 | 71 |
| Binary | 11000110 | 10011000 | 1011100 | 0 | 10111 | 110110 | 10110 | 100010 | 110000 | 111001 |
Color Harmonies of #C6985C
Complementary color
Monochromatic Colors of #C6985C
Black with #C6985C
Text Example
Text Example
White with #C6985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6985C; }
p { color: rgb(198,152,92); }
H1.HeaderClassName
{
color: #C6985C;
}
.AnyTagClassName
{
color: #C6985C;
}
</style>
background-color css
<style>
a { background-color: #C6985C; }
a { background-color: rgb(198,152,92); }
div.DivClassName
{
background-color: #C6985C;
}
.BgClassName
{
background-color: #C6985C;
}
</style>
border-color css
<style>
span { border-color: #C6985C; }
span { border-color: rgb(198,152,92); }
td.TdClassName
{
border-color: #C6985C;
}
.TagClassName
{
border-color: #C6985C;
}
</style>