#626F52

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

Shades of Willow Grove #626F52

Tints of Willow Grove #626F52

Color information

#626F52 (or 0x626F52) is unknown color: approx Willow Grove. HEX triplet: 62, 6F and 52. RGB value is (98,111,82). Sum of RGB (Red+Green+Blue) = 98+111+82=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 111 - color contains mainly: green. Hex color #626F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626F52 is #9D90AD. Grayscale: #676767. Windows color (decimal): -10326190 or 5402466. OLE color: 5402466.

HSL color Cylindrical-coordinate representation of color #626F52: hue angle of 86.9º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #626F52 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB9811182-
CMYK0.1200.260.56
HSL86.9º15.03%37.84%-
HSV(B)86.9º26.13%43.53%-
XYZ12.2414.5710.15-
YUV103.81115.69123.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.68%
GREEN value IS 111 (43.75% from 255) = 38.14%
BLUE value IS 82 (32.42% from 255) = 28.18%
R=33.68%
G=38.14%
B=28.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal98111820.1200.260.5686.915.0337.84
Hex626F52C01A3857f26
Octal14215712214032701271746
Binary110001011011111010010110001101011100010101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626F52; }

 p { color: rgb(98,111,82); }

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

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

 a { background-color: rgb(98,111,82); }

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

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

 span { border-color: rgb(98,111,82); }

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