Shades of Wild Willow #C6C65F
Tints of Wild Willow #C6C65F
RGB
CMYK
RGB Variations
Color information
#C6C65F (or 0xC6C65F) is known color: Wild Willow. HEX triplet: C6, C6 and 5F. RGB value is (198,198,95). Sum of RGB (Red+Green+Blue) = 198+198+95=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 95 (37.5% from 255 or 19.35% from 491); Max value from RGB is 198 - color contains mainly: red, green. Hex color #C6C65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C65F is #3939A0. Grayscale: #BABABA. Windows color (decimal): -3750305 or 6276806. OLE color: 6276806.
HSL color Cylindrical-coordinate representation of color #C6C65F: hue angle of 60º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6C65F is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 198 | 95 | - |
| CMYK | 0 | 0 | 0.52 | 0.22 |
| HSL | 60º | 0.47% | 0.57% | - |
| HSV(B) | 60º | 0.52% | 0.78% | - |
| XYZ | 45.55 | 53.22 | 18.7 | - |
| YUV | 186.26 | 76.5 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 198 | 95 | 0 | 0 | 0.52 | 0.22 | 60 | 0.47 | 0.57 |
| Hex | C6 | C6 | 5F | 0 | 0 | 34 | 16 | 3C | 2F | 39 |
| Octal | 306 | 306 | 137 | 0 | 0 | 64 | 26 | 74 | 57 | 71 |
| Binary | 11000110 | 11000110 | 1011111 | 0 | 0 | 110100 | 10110 | 111100 | 101111 | 111001 |
Color Harmonies of #C6C65F
Complementary color
Monochromatic Colors of #C6C65F
Black with #C6C65F
Text Example
Text Example
White with #C6C65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C65F; }
p { color: rgb(198,198,95); }
H1.HeaderClassName
{
color: #C6C65F;
}
.AnyTagClassName
{
color: #C6C65F;
}
</style>
background-color css
<style>
a { background-color: #C6C65F; }
a { background-color: rgb(198,198,95); }
div.DivClassName
{
background-color: #C6C65F;
}
.BgClassName
{
background-color: #C6C65F;
}
</style>
border-color css
<style>
span { border-color: #C6C65F; }
span { border-color: rgb(198,198,95); }
td.TdClassName
{
border-color: #C6C65F;
}
.TagClassName
{
border-color: #C6C65F;
}
</style>