Shades of Wild Willow #C6C965
Tints of Wild Willow #C6C965
RGB
CMYK
RGB Variations
Color information
#C6C965 (or 0xC6C965) is known color: Wild Willow. HEX triplet: C6, C9 and 65. RGB value is (198,201,101). Sum of RGB (Red+Green+Blue) = 198+201+101=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 201 - color contains mainly: green. Hex color #C6C965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C965 is #39369A. Grayscale: #BDBDBD. Windows color (decimal): -3749531 or 6670790. OLE color: 6670790.
HSL color Cylindrical-coordinate representation of color #C6C965: hue angle of 61.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C6C965 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 201 | 101 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.21 |
| HSL | 61.8º | 0.48% | 0.59% | - |
| HSV(B) | 61.8º | 0.5% | 0.79% | - |
| XYZ | 46.52 | 54.72 | 20.42 | - |
| YUV | 188.7 | 78.51 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 201 | 101 | 0.01 | 0 | 0.50 | 0.21 | 61.8 | 0.48 | 0.59 |
| Hex | C6 | C9 | 65 | 1 | 0 | 32 | 15 | 3E | 30 | 3B |
| Octal | 306 | 311 | 145 | 1 | 0 | 62 | 25 | 76 | 60 | 73 |
| Binary | 11000110 | 11001001 | 1100101 | 1 | 0 | 110010 | 10101 | 111110 | 110000 | 111011 |
Color Harmonies of #C6C965
Complementary color
Monochromatic Colors of #C6C965
Black with #C6C965
Text Example
Text Example
White with #C6C965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C965; }
p { color: rgb(198,201,101); }
H1.HeaderClassName
{
color: #C6C965;
}
.AnyTagClassName
{
color: #C6C965;
}
</style>
background-color css
<style>
a { background-color: #C6C965; }
a { background-color: rgb(198,201,101); }
div.DivClassName
{
background-color: #C6C965;
}
.BgClassName
{
background-color: #C6C965;
}
</style>
border-color css
<style>
span { border-color: #C6C965; }
span { border-color: rgb(198,201,101); }
td.TdClassName
{
border-color: #C6C965;
}
.TagClassName
{
border-color: #C6C965;
}
</style>