Shades of Twine #C69256
Tints of Twine #C69256
RGB
CMYK
RGB Variations
Color information
#C69256 (or 0xC69256) is known color: Twine. HEX triplet: C6, 92 and 56. RGB value is (198,146,86). Sum of RGB (Red+Green+Blue) = 198+146+86=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C69256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69256 is #396DA9. Grayscale: #9B9B9B. Windows color (decimal): -3763626 or 5673670. OLE color: 5673670.
HSL color Cylindrical-coordinate representation of color #C69256: hue angle of 32.14º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C69256 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 86 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.22 |
| HSL | 32.14º | 0.5% | 0.56% | - |
| HSV(B) | 32.14º | 0.57% | 0.78% | - |
| XYZ | 35.25 | 33.24 | 13.36 | - |
| YUV | 154.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 86 | 0 | 0.26 | 0.57 | 0.22 | 32.14 | 0.5 | 0.56 |
| Hex | C6 | 92 | 56 | 0 | 1A | 39 | 16 | 20 | 32 | 38 |
| Octal | 306 | 222 | 126 | 0 | 32 | 71 | 26 | 40 | 62 | 70 |
| Binary | 11000110 | 10010010 | 1010110 | 0 | 11010 | 111001 | 10110 | 100000 | 110010 | 111000 |
Color Harmonies of #C69256
Complementary color
Monochromatic Colors of #C69256
Black with #C69256
Text Example
Text Example
White with #C69256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69256; }
p { color: rgb(198,146,86); }
H1.HeaderClassName
{
color: #C69256;
}
.AnyTagClassName
{
color: #C69256;
}
</style>
background-color css
<style>
a { background-color: #C69256; }
a { background-color: rgb(198,146,86); }
div.DivClassName
{
background-color: #C69256;
}
.BgClassName
{
background-color: #C69256;
}
</style>
border-color css
<style>
span { border-color: #C69256; }
span { border-color: rgb(198,146,86); }
td.TdClassName
{
border-color: #C69256;
}
.TagClassName
{
border-color: #C69256;
}
</style>