#C6C55F

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

Shades of Wild Willow #C6C55F

Tints of Wild Willow #C6C55F

Color information

#C6C55F (or 0xC6C55F) is unknown color: approx Wild Willow. HEX triplet: C6, C5 and 5F. RGB value is (198,197,95). Sum of RGB (Red+Green+Blue) = 198+197+95=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 95 (37.5% from 255 or 19.39% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C55F is #393AA0. Grayscale: #BABABA. Windows color (decimal): -3750561 or 6276550. OLE color: 6276550.

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

Color convert

RGB19819795-
CMYK00.010.520.22
HSL59.42º47.47%57.45%-
HSV(B)59.42º52.02%77.65%-
XYZ45.3252.7618.62-
YUV185.6776.83136.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.41%
GREEN value IS 197 (77.34% from 255) = 40.20%
BLUE value IS 95 (37.5% from 255) = 19.39%
R=40.41%
G=40.20%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981979500.010.520.2259.4247.4757.45
HexC6C55F0134163b2f39
Octal306305137016426735771
Binary110001101100010110111110111010010110111011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C55F; }

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

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

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

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

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

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

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

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