#62685C

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

Shades of Willow Grove #62685C

Tints of Willow Grove #62685C

Color information

#62685C (or 0x62685C) is unknown color: approx Willow Grove. HEX triplet: 62, 68 and 5C. RGB value is (98,104,92). Sum of RGB (Red+Green+Blue) = 98+104+92=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 104 - color contains mainly: green. Hex color #62685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62685C is #9D97A3. Grayscale: #646464. Windows color (decimal): -10327972 or 6056034. OLE color: 6056034.

HSL color Cylindrical-coordinate representation of color #62685C: hue angle of 90º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #62685C is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB9810492-
CMYK0.0600.120.59
HSL90º6.12%38.43%-
HSV(B)90º11.54%40.78%-
XYZ11.9213.2712.06-
YUV100.84123.01125.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.33%
GREEN value IS 104 (41.02% from 255) = 35.37%
BLUE value IS 92 (36.33% from 255) = 31.29%
R=33.33%
G=35.37%
B=31.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98104920.0600.120.59906.1238.43
Hex62685C60C3B5a626
Octal142150134601473132646
Binary110001011010001011100110011001110111011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62685C; }

 p { color: rgb(98,104,92); }

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

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

 a { background-color: rgb(98,104,92); }

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

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

 span { border-color: rgb(98,104,92); }

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