Shades of Twine #C69551
Tints of Twine #C69551
RGB
CMYK
RGB Variations
Color information
#C69551 (or 0xC69551) is known color: Twine. HEX triplet: C6, 95 and 51. RGB value is (198,149,81). Sum of RGB (Red+Green+Blue) = 198+149+81=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 81 (32.03% from 255 or 18.93% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C69551 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69551 is #396AAE. Grayscale: #9C9C9C. Windows color (decimal): -3762863 or 5346758. OLE color: 5346758.
HSL color Cylindrical-coordinate representation of color #C69551: hue angle of 34.87º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C69551 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 149 | 81 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.22 |
| HSL | 34.87º | 0.51% | 0.55% | - |
| HSV(B) | 34.87º | 0.59% | 0.78% | - |
| XYZ | 35.52 | 34.09 | 12.49 | - |
| YUV | 155.9 | 85.73 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 81 | 0 | 0.25 | 0.59 | 0.22 | 34.87 | 0.51 | 0.55 |
| Hex | C6 | 95 | 51 | 0 | 19 | 3B | 16 | 23 | 33 | 37 |
| Octal | 306 | 225 | 121 | 0 | 31 | 73 | 26 | 43 | 63 | 67 |
| Binary | 11000110 | 10010101 | 1010001 | 0 | 11001 | 111011 | 10110 | 100011 | 110011 | 110111 |
Color Harmonies of #C69551
Complementary color
Monochromatic Colors of #C69551
Black with #C69551
Text Example
Text Example
White with #C69551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69551; }
p { color: rgb(198,149,81); }
H1.HeaderClassName
{
color: #C69551;
}
.AnyTagClassName
{
color: #C69551;
}
</style>
background-color css
<style>
a { background-color: #C69551; }
a { background-color: rgb(198,149,81); }
div.DivClassName
{
background-color: #C69551;
}
.BgClassName
{
background-color: #C69551;
}
</style>
border-color css
<style>
span { border-color: #C69551; }
span { border-color: rgb(198,149,81); }
td.TdClassName
{
border-color: #C69551;
}
.TagClassName
{
border-color: #C69551;
}
</style>