#606856

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

Shades of Willow Grove #606856

Tints of Willow Grove #606856

Color information

#606856 (or 0x606856) is unknown color: approx Willow Grove. HEX triplet: 60, 68 and 56. RGB value is (96,104,86). Sum of RGB (Red+Green+Blue) = 96+104+86=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 104 - color contains mainly: green. Hex color #606856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606856 is #9F97A9. Grayscale: #636363. Windows color (decimal): -10459050 or 5662816. OLE color: 5662816.

HSL color Cylindrical-coordinate representation of color #606856: hue angle of 86.67º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #606856 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB9610486-
CMYK0.0800.170.59
HSL86.67º9.47%37.25%-
HSV(B)86.67º17.31%40.78%-
XYZ11.4513.0610.72-
YUV99.56120.35125.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.57%
GREEN value IS 104 (41.02% from 255) = 36.36%
BLUE value IS 86 (33.98% from 255) = 30.07%
R=33.57%
G=36.36%
B=30.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96104860.0800.170.5986.679.4737.25
Hex60685680113B57925
Octal14015012610021731271145
Binary110000011010001010110100001000111101110101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606856; }

 p { color: rgb(96,104,86); }

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

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

 a { background-color: rgb(96,104,86); }

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

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

 span { border-color: rgb(96,104,86); }

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