Shades of Wild Willow #C6C769
Tints of Wild Willow #C6C769
RGB
CMYK
RGB Variations
Color information
#C6C769 (or 0xC6C769) is known color: Wild Willow. HEX triplet: C6, C7 and 69. RGB value is (198,199,105). Sum of RGB (Red+Green+Blue) = 198+199+105=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 105 (41.41% from 255 or 20.92% from 502); Max value from RGB is 199 - color contains mainly: green. Hex color #C6C769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C769 is #393896. Grayscale: #BCBCBC. Windows color (decimal): -3750039 or 6932422. OLE color: 6932422.
HSL color Cylindrical-coordinate representation of color #C6C769: hue angle of 60.64º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6C769 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 199 | 105 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.22 |
| HSL | 60.64º | 0.46% | 0.6% | - |
| HSV(B) | 60.64º | 0.47% | 0.78% | - |
| XYZ | 46.26 | 53.87 | 21.32 | - |
| YUV | 187.99 | 81.17 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 199 | 105 | 0.01 | 0 | 0.47 | 0.22 | 60.64 | 0.46 | 0.6 |
| Hex | C6 | C7 | 69 | 1 | 0 | 2F | 16 | 3D | 2E | 3C |
| Octal | 306 | 307 | 151 | 1 | 0 | 57 | 26 | 75 | 56 | 74 |
| Binary | 11000110 | 11000111 | 1101001 | 1 | 0 | 101111 | 10110 | 111101 | 101110 | 111100 |
Color Harmonies of #C6C769
Complementary color
Monochromatic Colors of #C6C769
Black with #C6C769
Text Example
Text Example
White with #C6C769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C769; }
p { color: rgb(198,199,105); }
H1.HeaderClassName
{
color: #C6C769;
}
.AnyTagClassName
{
color: #C6C769;
}
</style>
background-color css
<style>
a { background-color: #C6C769; }
a { background-color: rgb(198,199,105); }
div.DivClassName
{
background-color: #C6C769;
}
.BgClassName
{
background-color: #C6C769;
}
</style>
border-color css
<style>
span { border-color: #C6C769; }
span { border-color: rgb(198,199,105); }
td.TdClassName
{
border-color: #C6C769;
}
.TagClassName
{
border-color: #C6C769;
}
</style>