Shades of Twine #C69953
Tints of Twine #C69953
RGB
CMYK
RGB Variations
Color information
#C69953 (or 0xC69953) is known color: Twine. HEX triplet: C6, 99 and 53. RGB value is (198,153,83). Sum of RGB (Red+Green+Blue) = 198+153+83=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C69953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69953 is #3966AC. Grayscale: #9E9E9E. Windows color (decimal): -3761837 or 5478854. OLE color: 5478854.
HSL color Cylindrical-coordinate representation of color #C69953: hue angle of 36.52º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C69953 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 83 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.22 |
| HSL | 36.52º | 0.5% | 0.55% | - |
| HSV(B) | 36.52º | 0.58% | 0.78% | - |
| XYZ | 36.24 | 35.41 | 13.11 | - |
| YUV | 158.48 | 85.41 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 83 | 0 | 0.23 | 0.58 | 0.22 | 36.52 | 0.5 | 0.55 |
| Hex | C6 | 99 | 53 | 0 | 17 | 3A | 16 | 25 | 32 | 37 |
| Octal | 306 | 231 | 123 | 0 | 27 | 72 | 26 | 45 | 62 | 67 |
| Binary | 11000110 | 10011001 | 1010011 | 0 | 10111 | 111010 | 10110 | 100101 | 110010 | 110111 |
Color Harmonies of #C69953
Complementary color
Monochromatic Colors of #C69953
Black with #C69953
Text Example
Text Example
White with #C69953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69953; }
p { color: rgb(198,153,83); }
H1.HeaderClassName
{
color: #C69953;
}
.AnyTagClassName
{
color: #C69953;
}
</style>
background-color css
<style>
a { background-color: #C69953; }
a { background-color: rgb(198,153,83); }
div.DivClassName
{
background-color: #C69953;
}
.BgClassName
{
background-color: #C69953;
}
</style>
border-color css
<style>
span { border-color: #C69953; }
span { border-color: rgb(198,153,83); }
td.TdClassName
{
border-color: #C69953;
}
.TagClassName
{
border-color: #C69953;
}
</style>