Shades of Twine #C69259
Tints of Twine #C69259
RGB
CMYK
RGB Variations
Color information
#C69259 (or 0xC69259) is known color: Twine. HEX triplet: C6, 92 and 59. RGB value is (198,146,89). Sum of RGB (Red+Green+Blue) = 198+146+89=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 89 (35.16% from 255 or 20.55% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C69259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69259 is #396DA6. Grayscale: #9B9B9B. Windows color (decimal): -3763623 or 5870278. OLE color: 5870278.
HSL color Cylindrical-coordinate representation of color #C69259: hue angle of 31.38º 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 #C69259 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 89 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.22 |
| HSL | 31.38º | 0.49% | 0.56% | - |
| HSV(B) | 31.38º | 0.55% | 0.78% | - |
| XYZ | 35.37 | 33.28 | 14.01 | - |
| YUV | 155.05 | 90.73 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 89 | 0 | 0.26 | 0.55 | 0.22 | 31.38 | 0.49 | 0.56 |
| Hex | C6 | 92 | 59 | 0 | 1A | 37 | 16 | 1F | 31 | 38 |
| Octal | 306 | 222 | 131 | 0 | 32 | 67 | 26 | 37 | 61 | 70 |
| Binary | 11000110 | 10010010 | 1011001 | 0 | 11010 | 110111 | 10110 | 11111 | 110001 | 111000 |
Color Harmonies of #C69259
Complementary color
Monochromatic Colors of #C69259
Black with #C69259
Text Example
Text Example
White with #C69259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69259; }
p { color: rgb(198,146,89); }
H1.HeaderClassName
{
color: #C69259;
}
.AnyTagClassName
{
color: #C69259;
}
</style>
background-color css
<style>
a { background-color: #C69259; }
a { background-color: rgb(198,146,89); }
div.DivClassName
{
background-color: #C69259;
}
.BgClassName
{
background-color: #C69259;
}
</style>
border-color css
<style>
span { border-color: #C69259; }
span { border-color: rgb(198,146,89); }
td.TdClassName
{
border-color: #C69259;
}
.TagClassName
{
border-color: #C69259;
}
</style>