#C6C563

Color #C6C563 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #C6C563

Tints of Wild Willow #C6C563

Color information

#C6C563 (or 0xC6C563) is unknown color: approx Wild Willow. HEX triplet: C6, C5 and 63. RGB value is (198,197,99). Sum of RGB (Red+Green+Blue) = 198+197+99=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C563 is #393A9C. Grayscale: #BABABA. Windows color (decimal): -3750557 or 6538694. OLE color: 6538694.

HSL color Cylindrical-coordinate representation of color #C6C563: hue angle of 59.39º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C6C563 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB19819799-
CMYK00.010.500.22
HSL59.39º46.48%58.24%-
HSV(B)59.39º50%77.65%-
XYZ45.5152.8419.6-
YUV186.1378.83136.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 40.08%
GREEN value IS 197 (77.34% from 255) = 39.88%
BLUE value IS 99 (39.06% from 255) = 20.04%
R=40.08%
G=39.88%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981979900.010.500.2259.3946.4858.24
HexC6C5630132163b2e3a
Octal306305143016226735672
Binary110001101100010111000110111001010110111011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C563; }

 p { color: rgb(198,197,99); }

 H1.HeaderClassName
 {
   color: #C6C563;
 }
 .AnyTagClassName
 {
   color: #C6C563;
 }
</style>
background-color css

<style>
 a { background-color: #C6C563; }

 a { background-color: rgb(198,197,99); }

 div.DivClassName
 {
   background-color: #C6C563;
 }
 .BgClassName
 {
   background-color: #C6C563;
 }
</style>
border-color css

<style>
 span { border-color: #C6C563; }

 span { border-color: rgb(198,197,99); }

 td.TdClassName
 {
   border-color: #C6C563;
 }
 .TagClassName
 {
   border-color: #C6C563;
 }
</style>