Shades of Twine #C69D5B
Tints of Twine #C69D5B
RGB
CMYK
RGB Variations
Color information
#C69D5B (or 0xC69D5B) is known color: Twine. HEX triplet: C6, 9D and 5B. RGB value is (198,157,91). Sum of RGB (Red+Green+Blue) = 198+157+91=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69D5B is #3962A4. Grayscale: #A2A2A2. Windows color (decimal): -3760805 or 6004166. OLE color: 6004166.
HSL color Cylindrical-coordinate representation of color #C69D5B: hue angle of 37.01º 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 #C69D5B is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 91 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.22 |
| HSL | 37.01º | 0.48% | 0.57% | - |
| HSV(B) | 37.01º | 0.54% | 0.78% | - |
| XYZ | 37.23 | 36.88 | 15.05 | - |
| YUV | 161.74 | 88.08 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 91 | 0 | 0.21 | 0.54 | 0.22 | 37.01 | 0.48 | 0.57 |
| Hex | C6 | 9D | 5B | 0 | 15 | 36 | 16 | 25 | 30 | 39 |
| Octal | 306 | 235 | 133 | 0 | 25 | 66 | 26 | 45 | 60 | 71 |
| Binary | 11000110 | 10011101 | 1011011 | 0 | 10101 | 110110 | 10110 | 100101 | 110000 | 111001 |
Color Harmonies of #C69D5B
Complementary color
Monochromatic Colors of #C69D5B
Black with #C69D5B
Text Example
Text Example
White with #C69D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69D5B; }
p { color: rgb(198,157,91); }
H1.HeaderClassName
{
color: #C69D5B;
}
.AnyTagClassName
{
color: #C69D5B;
}
</style>
background-color css
<style>
a { background-color: #C69D5B; }
a { background-color: rgb(198,157,91); }
div.DivClassName
{
background-color: #C69D5B;
}
.BgClassName
{
background-color: #C69D5B;
}
</style>
border-color css
<style>
span { border-color: #C69D5B; }
span { border-color: rgb(198,157,91); }
td.TdClassName
{
border-color: #C69D5B;
}
.TagClassName
{
border-color: #C69D5B;
}
</style>