Shades of Wild Willow #C6C668
Tints of Wild Willow #C6C668
RGB
CMYK
RGB Variations
Color information
#C6C668 (or 0xC6C668) is known color: Wild Willow. HEX triplet: C6, C6 and 68. RGB value is (198,198,104). Sum of RGB (Red+Green+Blue) = 198+198+104=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 198 - color contains mainly: red, green. Hex color #C6C668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C668 is #393997. Grayscale: #BBBBBB. Windows color (decimal): -3750296 or 6866630. OLE color: 6866630.
HSL color Cylindrical-coordinate representation of color #C6C668: hue angle of 60º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6C668 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 198 | 104 | - |
| CMYK | 0 | 0 | 0.47 | 0.22 |
| HSL | 60º | 0.45% | 0.59% | - |
| HSV(B) | 60º | 0.47% | 0.78% | - |
| XYZ | 45.98 | 53.39 | 20.98 | - |
| YUV | 187.28 | 81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 198 | 104 | 0 | 0 | 0.47 | 0.22 | 60 | 0.45 | 0.59 |
| Hex | C6 | C6 | 68 | 0 | 0 | 2F | 16 | 3C | 2D | 3B |
| Octal | 306 | 306 | 150 | 0 | 0 | 57 | 26 | 74 | 55 | 73 |
| Binary | 11000110 | 11000110 | 1101000 | 0 | 0 | 101111 | 10110 | 111100 | 101101 | 111011 |
Color Harmonies of #C6C668
Complementary color
Monochromatic Colors of #C6C668
Black with #C6C668
Text Example
Text Example
White with #C6C668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C668; }
p { color: rgb(198,198,104); }
H1.HeaderClassName
{
color: #C6C668;
}
.AnyTagClassName
{
color: #C6C668;
}
</style>
background-color css
<style>
a { background-color: #C6C668; }
a { background-color: rgb(198,198,104); }
div.DivClassName
{
background-color: #C6C668;
}
.BgClassName
{
background-color: #C6C668;
}
</style>
border-color css
<style>
span { border-color: #C6C668; }
span { border-color: rgb(198,198,104); }
td.TdClassName
{
border-color: #C6C668;
}
.TagClassName
{
border-color: #C6C668;
}
</style>