#C6C256

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

Shades of Wild Willow #C6C256

Tints of Wild Willow #C6C256

Color information

#C6C256 (or 0xC6C256) is unknown color: approx Wild Willow. HEX triplet: C6, C2 and 56. RGB value is (198,194,86). Sum of RGB (Red+Green+Blue) = 198+194+86=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 86 (33.98% from 255 or 17.99% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C256 is #393DA9. Grayscale: #B7B7B7. Windows color (decimal): -3751338 or 5685958. OLE color: 5685958.

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

Color convert

RGB19819486-
CMYK00.020.570.22
HSL57.86º49.56%55.69%-
HSV(B)57.86º56.57%77.65%-
XYZ44.2651.2616.37-
YUV182.8873.33138.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.42%
GREEN value IS 194 (76.17% from 255) = 40.59%
BLUE value IS 86 (33.98% from 255) = 17.99%
R=41.42%
G=40.59%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981948600.020.570.2257.8649.5655.69
HexC6C2560239163a3238
Octal306302126027126726270
Binary1100011011000010101011001011100110110111010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C256; }

 p { color: rgb(198,194,86); }

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

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

 a { background-color: rgb(198,194,86); }

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

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

 span { border-color: rgb(198,194,86); }

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