Shades of Twine #C69558
Tints of Twine #C69558
RGB
CMYK
RGB Variations
Color information
#C69558 (or 0xC69558) is known color: Twine. HEX triplet: C6, 95 and 58. RGB value is (198,149,88). Sum of RGB (Red+Green+Blue) = 198+149+88=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 88 (34.77% from 255 or 20.23% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C69558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69558 is #396AA7. Grayscale: #9C9C9C. Windows color (decimal): -3762856 or 5805510. OLE color: 5805510.
HSL color Cylindrical-coordinate representation of color #C69558: hue angle of 33.27º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C69558 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 149 | 88 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.22 |
| HSL | 33.27º | 0.49% | 0.56% | - |
| HSV(B) | 33.27º | 0.56% | 0.78% | - |
| XYZ | 35.8 | 34.21 | 13.95 | - |
| YUV | 156.7 | 89.23 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 88 | 0 | 0.25 | 0.56 | 0.22 | 33.27 | 0.49 | 0.56 |
| Hex | C6 | 95 | 58 | 0 | 19 | 38 | 16 | 21 | 31 | 38 |
| Octal | 306 | 225 | 130 | 0 | 31 | 70 | 26 | 41 | 61 | 70 |
| Binary | 11000110 | 10010101 | 1011000 | 0 | 11001 | 111000 | 10110 | 100001 | 110001 | 111000 |
Color Harmonies of #C69558
Complementary color
Monochromatic Colors of #C69558
Black with #C69558
Text Example
Text Example
White with #C69558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69558; }
p { color: rgb(198,149,88); }
H1.HeaderClassName
{
color: #C69558;
}
.AnyTagClassName
{
color: #C69558;
}
</style>
background-color css
<style>
a { background-color: #C69558; }
a { background-color: rgb(198,149,88); }
div.DivClassName
{
background-color: #C69558;
}
.BgClassName
{
background-color: #C69558;
}
</style>
border-color css
<style>
span { border-color: #C69558; }
span { border-color: rgb(198,149,88); }
td.TdClassName
{
border-color: #C69558;
}
.TagClassName
{
border-color: #C69558;
}
</style>