Shades of Twine #C6955A
Tints of Twine #C6955A
RGB
CMYK
RGB Variations
Color information
#C6955A (or 0xC6955A) is known color: Twine. HEX triplet: C6, 95 and 5A. RGB value is (198,149,90). Sum of RGB (Red+Green+Blue) = 198+149+90=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6955A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6955A is #396AA5. Grayscale: #9D9D9D. Windows color (decimal): -3762854 or 5936582. OLE color: 5936582.
HSL color Cylindrical-coordinate representation of color #C6955A: hue angle of 32.78º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C6955A is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 149 | 90 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.22 |
| HSL | 32.78º | 0.49% | 0.56% | - |
| HSV(B) | 32.78º | 0.55% | 0.78% | - |
| XYZ | 35.88 | 34.24 | 14.39 | - |
| YUV | 156.93 | 90.23 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 90 | 0 | 0.25 | 0.55 | 0.22 | 32.78 | 0.49 | 0.56 |
| Hex | C6 | 95 | 5A | 0 | 19 | 37 | 16 | 21 | 31 | 38 |
| Octal | 306 | 225 | 132 | 0 | 31 | 67 | 26 | 41 | 61 | 70 |
| Binary | 11000110 | 10010101 | 1011010 | 0 | 11001 | 110111 | 10110 | 100001 | 110001 | 111000 |
Color Harmonies of #C6955A
Complementary color
Monochromatic Colors of #C6955A
Black with #C6955A
Text Example
Text Example
White with #C6955A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6955A; }
p { color: rgb(198,149,90); }
H1.HeaderClassName
{
color: #C6955A;
}
.AnyTagClassName
{
color: #C6955A;
}
</style>
background-color css
<style>
a { background-color: #C6955A; }
a { background-color: rgb(198,149,90); }
div.DivClassName
{
background-color: #C6955A;
}
.BgClassName
{
background-color: #C6955A;
}
</style>
border-color css
<style>
span { border-color: #C6955A; }
span { border-color: rgb(198,149,90); }
td.TdClassName
{
border-color: #C6955A;
}
.TagClassName
{
border-color: #C6955A;
}
</style>