Shades of Twine #C69955
Tints of Twine #C69955
RGB
CMYK
RGB Variations
Color information
#C69955 (or 0xC69955) is known color: Twine. HEX triplet: C6, 99 and 55. RGB value is (198,153,85). Sum of RGB (Red+Green+Blue) = 198+153+85=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C69955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69955 is #3966AA. Grayscale: #9F9F9F. Windows color (decimal): -3761835 or 5609926. OLE color: 5609926.
HSL color Cylindrical-coordinate representation of color #C69955: hue angle of 36.11º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C69955 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 85 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.22 |
| HSL | 36.11º | 0.5% | 0.55% | - |
| HSV(B) | 36.11º | 0.57% | 0.78% | - |
| XYZ | 36.32 | 35.44 | 13.52 | - |
| YUV | 158.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 85 | 0 | 0.23 | 0.57 | 0.22 | 36.11 | 0.5 | 0.55 |
| Hex | C6 | 99 | 55 | 0 | 17 | 39 | 16 | 24 | 32 | 37 |
| Octal | 306 | 231 | 125 | 0 | 27 | 71 | 26 | 44 | 62 | 67 |
| Binary | 11000110 | 10011001 | 1010101 | 0 | 10111 | 111001 | 10110 | 100100 | 110010 | 110111 |
Color Harmonies of #C69955
Complementary color
Monochromatic Colors of #C69955
Black with #C69955
Text Example
Text Example
White with #C69955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69955; }
p { color: rgb(198,153,85); }
H1.HeaderClassName
{
color: #C69955;
}
.AnyTagClassName
{
color: #C69955;
}
</style>
background-color css
<style>
a { background-color: #C69955; }
a { background-color: rgb(198,153,85); }
div.DivClassName
{
background-color: #C69955;
}
.BgClassName
{
background-color: #C69955;
}
</style>
border-color css
<style>
span { border-color: #C69955; }
span { border-color: rgb(198,153,85); }
td.TdClassName
{
border-color: #C69955;
}
.TagClassName
{
border-color: #C69955;
}
</style>