Shades of Twine #C69456
Tints of Twine #C69456
RGB
CMYK
RGB Variations
Color information
#C69456 (or 0xC69456) is known color: Twine. HEX triplet: C6, 94 and 56. RGB value is (198,148,86). Sum of RGB (Red+Green+Blue) = 198+148+86=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C69456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69456 is #396BA9. Grayscale: #9C9C9C. Windows color (decimal): -3763114 or 5674182. OLE color: 5674182.
HSL color Cylindrical-coordinate representation of color #C69456: hue angle of 33.21º 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 #C69456 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 148 | 86 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.22 |
| HSL | 33.21º | 0.5% | 0.56% | - |
| HSV(B) | 33.21º | 0.57% | 0.78% | - |
| XYZ | 35.56 | 33.86 | 13.47 | - |
| YUV | 155.88 | 88.57 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 86 | 0 | 0.25 | 0.57 | 0.22 | 33.21 | 0.5 | 0.56 |
| Hex | C6 | 94 | 56 | 0 | 19 | 39 | 16 | 21 | 32 | 38 |
| Octal | 306 | 224 | 126 | 0 | 31 | 71 | 26 | 41 | 62 | 70 |
| Binary | 11000110 | 10010100 | 1010110 | 0 | 11001 | 111001 | 10110 | 100001 | 110010 | 111000 |
Color Harmonies of #C69456
Complementary color
Monochromatic Colors of #C69456
Black with #C69456
Text Example
Text Example
White with #C69456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69456; }
p { color: rgb(198,148,86); }
H1.HeaderClassName
{
color: #C69456;
}
.AnyTagClassName
{
color: #C69456;
}
</style>
background-color css
<style>
a { background-color: #C69456; }
a { background-color: rgb(198,148,86); }
div.DivClassName
{
background-color: #C69456;
}
.BgClassName
{
background-color: #C69456;
}
</style>
border-color css
<style>
span { border-color: #C69456; }
span { border-color: rgb(198,148,86); }
td.TdClassName
{
border-color: #C69456;
}
.TagClassName
{
border-color: #C69456;
}
</style>