Shades of Wild Willow #C6C56A
Tints of Wild Willow #C6C56A
RGB
CMYK
RGB Variations
Color information
#C6C56A (or 0xC6C56A) is known color: Wild Willow. HEX triplet: C6, C5 and 6A. RGB value is (198,197,106). Sum of RGB (Red+Green+Blue) = 198+197+106=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 106 (41.80% from 255 or 21.16% from 501); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C56A is #393A95. Grayscale: #BBBBBB. Windows color (decimal): -3750550 or 6997446. OLE color: 6997446.
HSL color Cylindrical-coordinate representation of color #C6C56A: hue angle of 59.35º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C6C56A is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 197 | 106 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.22 |
| HSL | 59.35º | 0.45% | 0.6% | - |
| HSV(B) | 59.35º | 0.46% | 0.78% | - |
| XYZ | 45.86 | 52.98 | 21.44 | - |
| YUV | 186.93 | 82.33 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 197 | 106 | 0 | 0.01 | 0.46 | 0.22 | 59.35 | 0.45 | 0.6 |
| Hex | C6 | C5 | 6A | 0 | 1 | 2E | 16 | 3B | 2D | 3C |
| Octal | 306 | 305 | 152 | 0 | 1 | 56 | 26 | 73 | 55 | 74 |
| Binary | 11000110 | 11000101 | 1101010 | 0 | 1 | 101110 | 10110 | 111011 | 101101 | 111100 |
Color Harmonies of #C6C56A
Complementary color
Monochromatic Colors of #C6C56A
Black with #C6C56A
Text Example
Text Example
White with #C6C56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C56A; }
p { color: rgb(198,197,106); }
H1.HeaderClassName
{
color: #C6C56A;
}
.AnyTagClassName
{
color: #C6C56A;
}
</style>
background-color css
<style>
a { background-color: #C6C56A; }
a { background-color: rgb(198,197,106); }
div.DivClassName
{
background-color: #C6C56A;
}
.BgClassName
{
background-color: #C6C56A;
}
</style>
border-color css
<style>
span { border-color: #C6C56A; }
span { border-color: rgb(198,197,106); }
td.TdClassName
{
border-color: #C6C56A;
}
.TagClassName
{
border-color: #C6C56A;
}
</style>