Shades of Wild Willow #C6C86B
Tints of Wild Willow #C6C86B
RGB
CMYK
RGB Variations
Color information
#C6C86B (or 0xC6C86B) is known color: Wild Willow. HEX triplet: C6, C8 and 6B. RGB value is (198,200,107). Sum of RGB (Red+Green+Blue) = 198+200+107=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C86B is #393794. Grayscale: #BDBDBD. Windows color (decimal): -3749781 or 7063750. OLE color: 7063750.
HSL color Cylindrical-coordinate representation of color #C6C86B: hue angle of 61.29º degrees, saturation: 0.46, 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 #C6C86B is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 200 | 107 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.22 |
| HSL | 61.29º | 0.46% | 0.6% | - |
| HSV(B) | 61.29º | 0.47% | 0.78% | - |
| XYZ | 46.6 | 54.38 | 21.95 | - |
| YUV | 188.8 | 81.84 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 200 | 107 | 0.01 | 0 | 0.46 | 0.22 | 61.29 | 0.46 | 0.6 |
| Hex | C6 | C8 | 6B | 1 | 0 | 2E | 16 | 3D | 2E | 3C |
| Octal | 306 | 310 | 153 | 1 | 0 | 56 | 26 | 75 | 56 | 74 |
| Binary | 11000110 | 11001000 | 1101011 | 1 | 0 | 101110 | 10110 | 111101 | 101110 | 111100 |
Color Harmonies of #C6C86B
Complementary color
Monochromatic Colors of #C6C86B
Black with #C6C86B
Text Example
Text Example
White with #C6C86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C86B; }
p { color: rgb(198,200,107); }
H1.HeaderClassName
{
color: #C6C86B;
}
.AnyTagClassName
{
color: #C6C86B;
}
</style>
background-color css
<style>
a { background-color: #C6C86B; }
a { background-color: rgb(198,200,107); }
div.DivClassName
{
background-color: #C6C86B;
}
.BgClassName
{
background-color: #C6C86B;
}
</style>
border-color css
<style>
span { border-color: #C6C86B; }
span { border-color: rgb(198,200,107); }
td.TdClassName
{
border-color: #C6C86B;
}
.TagClassName
{
border-color: #C6C86B;
}
</style>