Shades of Twine #C38D61
Tints of Twine #C38D61
RGB
CMYK
RGB Variations
Color information
#C38D61 (or 0xC38D61) is known color: Twine. HEX triplet: C3, 8D and 61. RGB value is (195,141,97). Sum of RGB (Red+Green+Blue) = 195+141+97=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38D61 is #3C729E. Grayscale: #989898. Windows color (decimal): -3961503 or 6393283. OLE color: 6393283.
HSL color Cylindrical-coordinate representation of color #C38D61: hue angle of 26.94º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C38D61 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 97 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.24 |
| HSL | 26.94º | 0.45% | 0.57% | - |
| HSV(B) | 26.94º | 0.5% | 0.76% | - |
| XYZ | 34.19 | 31.51 | 15.59 | - |
| YUV | 152.13 | 96.89 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 97 | 0 | 0.28 | 0.50 | 0.24 | 26.94 | 0.45 | 0.57 |
| Hex | C3 | 8D | 61 | 0 | 1C | 32 | 18 | 1B | 2D | 39 |
| Octal | 303 | 215 | 141 | 0 | 34 | 62 | 30 | 33 | 55 | 71 |
| Binary | 11000011 | 10001101 | 1100001 | 0 | 11100 | 110010 | 11000 | 11011 | 101101 | 111001 |
Color Harmonies of #C38D61
Complementary color
Monochromatic Colors of #C38D61
Black with #C38D61
Text Example
Text Example
White with #C38D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38D61; }
p { color: rgb(195,141,97); }
H1.HeaderClassName
{
color: #C38D61;
}
.AnyTagClassName
{
color: #C38D61;
}
</style>
background-color css
<style>
a { background-color: #C38D61; }
a { background-color: rgb(195,141,97); }
div.DivClassName
{
background-color: #C38D61;
}
.BgClassName
{
background-color: #C38D61;
}
</style>
border-color css
<style>
span { border-color: #C38D61; }
span { border-color: rgb(195,141,97); }
td.TdClassName
{
border-color: #C38D61;
}
.TagClassName
{
border-color: #C38D61;
}
</style>