Shades of Wild Willow #C6C966
Tints of Wild Willow #C6C966
RGB
CMYK
RGB Variations
Color information
#C6C966 (or 0xC6C966) is known color: Wild Willow. HEX triplet: C6, C9 and 66. RGB value is (198,201,102). Sum of RGB (Red+Green+Blue) = 198+201+102=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 201 - color contains mainly: green. Hex color #C6C966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C966 is #393699. Grayscale: #BDBDBD. Windows color (decimal): -3749530 or 6736326. OLE color: 6736326.
HSL color Cylindrical-coordinate representation of color #C6C966: hue angle of 61.82º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C6C966 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 201 | 102 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.21 |
| HSL | 61.82º | 0.48% | 0.59% | - |
| HSV(B) | 61.82º | 0.49% | 0.79% | - |
| XYZ | 46.57 | 54.74 | 20.68 | - |
| YUV | 188.82 | 79.01 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 201 | 102 | 0.01 | 0 | 0.49 | 0.21 | 61.82 | 0.48 | 0.59 |
| Hex | C6 | C9 | 66 | 1 | 0 | 31 | 15 | 3E | 30 | 3B |
| Octal | 306 | 311 | 146 | 1 | 0 | 61 | 25 | 76 | 60 | 73 |
| Binary | 11000110 | 11001001 | 1100110 | 1 | 0 | 110001 | 10101 | 111110 | 110000 | 111011 |
Color Harmonies of #C6C966
Complementary color
Monochromatic Colors of #C6C966
Black with #C6C966
Text Example
Text Example
White with #C6C966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C966; }
p { color: rgb(198,201,102); }
H1.HeaderClassName
{
color: #C6C966;
}
.AnyTagClassName
{
color: #C6C966;
}
</style>
background-color css
<style>
a { background-color: #C6C966; }
a { background-color: rgb(198,201,102); }
div.DivClassName
{
background-color: #C6C966;
}
.BgClassName
{
background-color: #C6C966;
}
</style>
border-color css
<style>
span { border-color: #C6C966; }
span { border-color: rgb(198,201,102); }
td.TdClassName
{
border-color: #C6C966;
}
.TagClassName
{
border-color: #C6C966;
}
</style>