Shades of Twine #C69A5E
Tints of Twine #C69A5E
RGB
CMYK
RGB Variations
Color information
#C69A5E (or 0xC69A5E) is known color: Twine. HEX triplet: C6, 9A and 5E. RGB value is (198,154,94). Sum of RGB (Red+Green+Blue) = 198+154+94=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69A5E is #3965A1. Grayscale: #A0A0A0. Windows color (decimal): -3761570 or 6200006. OLE color: 6200006.
HSL color Cylindrical-coordinate representation of color #C69A5E: hue angle of 34.62º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C69A5E is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 154 | 94 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.22 |
| HSL | 34.62º | 0.48% | 0.57% | - |
| HSV(B) | 34.62º | 0.53% | 0.78% | - |
| XYZ | 36.86 | 35.93 | 15.58 | - |
| YUV | 160.32 | 90.58 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 154 | 94 | 0 | 0.22 | 0.53 | 0.22 | 34.62 | 0.48 | 0.57 |
| Hex | C6 | 9A | 5E | 0 | 16 | 35 | 16 | 23 | 30 | 39 |
| Octal | 306 | 232 | 136 | 0 | 26 | 65 | 26 | 43 | 60 | 71 |
| Binary | 11000110 | 10011010 | 1011110 | 0 | 10110 | 110101 | 10110 | 100011 | 110000 | 111001 |
Color Harmonies of #C69A5E
Complementary color
Monochromatic Colors of #C69A5E
Black with #C69A5E
Text Example
Text Example
White with #C69A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69A5E; }
p { color: rgb(198,154,94); }
H1.HeaderClassName
{
color: #C69A5E;
}
.AnyTagClassName
{
color: #C69A5E;
}
</style>
background-color css
<style>
a { background-color: #C69A5E; }
a { background-color: rgb(198,154,94); }
div.DivClassName
{
background-color: #C69A5E;
}
.BgClassName
{
background-color: #C69A5E;
}
</style>
border-color css
<style>
span { border-color: #C69A5E; }
span { border-color: rgb(198,154,94); }
td.TdClassName
{
border-color: #C69A5E;
}
.TagClassName
{
border-color: #C69A5E;
}
</style>