#C6C15D

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

Shades of Wild Willow #C6C15D

Tints of Wild Willow #C6C15D

Color information

#C6C15D (or 0xC6C15D) is unknown color: approx Wild Willow. HEX triplet: C6, C1 and 5D. RGB value is (198,193,93). Sum of RGB (Red+Green+Blue) = 198+193+93=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C15D is #393EA2. Grayscale: #B7B7B7. Windows color (decimal): -3751587 or 6144454. OLE color: 6144454.

HSL color Cylindrical-coordinate representation of color #C6C15D: hue angle of 57.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C6C15D is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB19819393-
CMYK00.030.530.22
HSL57.14º47.95%57.06%-
HSV(B)57.14º53.03%77.65%-
XYZ44.3350.9417.85-
YUV183.177.16138.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.91%
GREEN value IS 193 (75.78% from 255) = 39.88%
BLUE value IS 93 (36.72% from 255) = 19.21%
R=40.91%
G=39.88%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981939300.030.530.2257.1447.9557.06
HexC6C15D033516393039
Octal306301135036526716071
Binary1100011011000001101110101111010110110111001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C15D; }

 p { color: rgb(198,193,93); }

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

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

 a { background-color: rgb(198,193,93); }

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

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

 span { border-color: rgb(198,193,93); }

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