Shades of Twine #C69C53
Tints of Twine #C69C53
RGB
CMYK
RGB Variations
Color information
#C69C53 (or 0xC69C53) is known color: Twine. HEX triplet: C6, 9C and 53. RGB value is (198,156,83). Sum of RGB (Red+Green+Blue) = 198+156+83=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69C53 is #3963AC. Grayscale: #A0A0A0. Windows color (decimal): -3761069 or 5479622. OLE color: 5479622.
HSL color Cylindrical-coordinate representation of color #C69C53: hue angle of 38.09º 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 #C69C53 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 156 | 83 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.22 |
| HSL | 38.09º | 0.5% | 0.55% | - |
| HSV(B) | 38.09º | 0.58% | 0.78% | - |
| XYZ | 36.74 | 36.41 | 13.27 | - |
| YUV | 160.24 | 84.41 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 83 | 0 | 0.21 | 0.58 | 0.22 | 38.09 | 0.5 | 0.55 |
| Hex | C6 | 9C | 53 | 0 | 15 | 3A | 16 | 26 | 32 | 37 |
| Octal | 306 | 234 | 123 | 0 | 25 | 72 | 26 | 46 | 62 | 67 |
| Binary | 11000110 | 10011100 | 1010011 | 0 | 10101 | 111010 | 10110 | 100110 | 110010 | 110111 |
Color Harmonies of #C69C53
Complementary color
Monochromatic Colors of #C69C53
Black with #C69C53
Text Example
Text Example
White with #C69C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69C53; }
p { color: rgb(198,156,83); }
H1.HeaderClassName
{
color: #C69C53;
}
.AnyTagClassName
{
color: #C69C53;
}
</style>
background-color css
<style>
a { background-color: #C69C53; }
a { background-color: rgb(198,156,83); }
div.DivClassName
{
background-color: #C69C53;
}
.BgClassName
{
background-color: #C69C53;
}
</style>
border-color css
<style>
span { border-color: #C69C53; }
span { border-color: rgb(198,156,83); }
td.TdClassName
{
border-color: #C69C53;
}
.TagClassName
{
border-color: #C69C53;
}
</style>