Shades of Twine #C69853
Tints of Twine #C69853
RGB
CMYK
RGB Variations
Color information
#C69853 (or 0xC69853) is known color: Twine. HEX triplet: C6, 98 and 53. RGB value is (198,152,83). Sum of RGB (Red+Green+Blue) = 198+152+83=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C69853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69853 is #3967AC. Grayscale: #9E9E9E. Windows color (decimal): -3762093 or 5478598. OLE color: 5478598.
HSL color Cylindrical-coordinate representation of color #C69853: hue angle of 36º 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 #C69853 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 83 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.22 |
| HSL | 36º | 0.5% | 0.55% | - |
| HSV(B) | 36º | 0.58% | 0.78% | - |
| XYZ | 36.08 | 35.09 | 13.05 | - |
| YUV | 157.89 | 85.74 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 83 | 0 | 0.23 | 0.58 | 0.22 | 36 | 0.5 | 0.55 |
| Hex | C6 | 98 | 53 | 0 | 17 | 3A | 16 | 24 | 32 | 37 |
| Octal | 306 | 230 | 123 | 0 | 27 | 72 | 26 | 44 | 62 | 67 |
| Binary | 11000110 | 10011000 | 1010011 | 0 | 10111 | 111010 | 10110 | 100100 | 110010 | 110111 |
Color Harmonies of #C69853
Complementary color
Monochromatic Colors of #C69853
Black with #C69853
Text Example
Text Example
White with #C69853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69853; }
p { color: rgb(198,152,83); }
H1.HeaderClassName
{
color: #C69853;
}
.AnyTagClassName
{
color: #C69853;
}
</style>
background-color css
<style>
a { background-color: #C69853; }
a { background-color: rgb(198,152,83); }
div.DivClassName
{
background-color: #C69853;
}
.BgClassName
{
background-color: #C69853;
}
</style>
border-color css
<style>
span { border-color: #C69853; }
span { border-color: rgb(198,152,83); }
td.TdClassName
{
border-color: #C69853;
}
.TagClassName
{
border-color: #C69853;
}
</style>