Shades of Twine #C69459
Tints of Twine #C69459
RGB
CMYK
RGB Variations
Color information
#C69459 (or 0xC69459) is known color: Twine. HEX triplet: C6, 94 and 59. RGB value is (198,148,89). Sum of RGB (Red+Green+Blue) = 198+148+89=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 89 (35.16% from 255 or 20.46% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C69459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69459 is #396BA6. Grayscale: #9C9C9C. Windows color (decimal): -3763111 or 5870790. OLE color: 5870790.
HSL color Cylindrical-coordinate representation of color #C69459: hue angle of 32.48º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C69459 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 148 | 89 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.22 |
| HSL | 32.48º | 0.49% | 0.56% | - |
| HSV(B) | 32.48º | 0.55% | 0.78% | - |
| XYZ | 35.68 | 33.91 | 14.12 | - |
| YUV | 156.22 | 90.07 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 89 | 0 | 0.25 | 0.55 | 0.22 | 32.48 | 0.49 | 0.56 |
| Hex | C6 | 94 | 59 | 0 | 19 | 37 | 16 | 20 | 31 | 38 |
| Octal | 306 | 224 | 131 | 0 | 31 | 67 | 26 | 40 | 61 | 70 |
| Binary | 11000110 | 10010100 | 1011001 | 0 | 11001 | 110111 | 10110 | 100000 | 110001 | 111000 |
Color Harmonies of #C69459
Complementary color
Monochromatic Colors of #C69459
Black with #C69459
Text Example
Text Example
White with #C69459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69459; }
p { color: rgb(198,148,89); }
H1.HeaderClassName
{
color: #C69459;
}
.AnyTagClassName
{
color: #C69459;
}
</style>
background-color css
<style>
a { background-color: #C69459; }
a { background-color: rgb(198,148,89); }
div.DivClassName
{
background-color: #C69459;
}
.BgClassName
{
background-color: #C69459;
}
</style>
border-color css
<style>
span { border-color: #C69459; }
span { border-color: rgb(198,148,89); }
td.TdClassName
{
border-color: #C69459;
}
.TagClassName
{
border-color: #C69459;
}
</style>