Shades of Wild Willow #C6C768
Tints of Wild Willow #C6C768
RGB
CMYK
RGB Variations
Color information
#C6C768 (or 0xC6C768) is known color: Wild Willow. HEX triplet: C6, C7 and 68. RGB value is (198,199,104). Sum of RGB (Red+Green+Blue) = 198+199+104=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 199 - color contains mainly: green. Hex color #C6C768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C768 is #393897. Grayscale: #BCBCBC. Windows color (decimal): -3750040 or 6866886. OLE color: 6866886.
HSL color Cylindrical-coordinate representation of color #C6C768: hue angle of 60.63º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C6C768 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 199 | 104 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.22 |
| HSL | 60.63º | 0.46% | 0.59% | - |
| HSV(B) | 60.63º | 0.48% | 0.78% | - |
| XYZ | 46.21 | 53.85 | 21.06 | - |
| YUV | 187.87 | 80.67 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 199 | 104 | 0.01 | 0 | 0.48 | 0.22 | 60.63 | 0.46 | 0.59 |
| Hex | C6 | C7 | 68 | 1 | 0 | 30 | 16 | 3D | 2E | 3B |
| Octal | 306 | 307 | 150 | 1 | 0 | 60 | 26 | 75 | 56 | 73 |
| Binary | 11000110 | 11000111 | 1101000 | 1 | 0 | 110000 | 10110 | 111101 | 101110 | 111011 |
Color Harmonies of #C6C768
Complementary color
Monochromatic Colors of #C6C768
Black with #C6C768
Text Example
Text Example
White with #C6C768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C768; }
p { color: rgb(198,199,104); }
H1.HeaderClassName
{
color: #C6C768;
}
.AnyTagClassName
{
color: #C6C768;
}
</style>
background-color css
<style>
a { background-color: #C6C768; }
a { background-color: rgb(198,199,104); }
div.DivClassName
{
background-color: #C6C768;
}
.BgClassName
{
background-color: #C6C768;
}
</style>
border-color css
<style>
span { border-color: #C6C768; }
span { border-color: rgb(198,199,104); }
td.TdClassName
{
border-color: #C6C768;
}
.TagClassName
{
border-color: #C6C768;
}
</style>