#62685D

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

Shades of Willow Grove #62685D

Tints of Willow Grove #62685D

Color information

#62685D (or 0x62685D) is unknown color: approx Willow Grove. HEX triplet: 62, 68 and 5D. RGB value is (98,104,93). Sum of RGB (Red+Green+Blue) = 98+104+93=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 104 - color contains mainly: green. Hex color #62685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62685D is #9D97A2. Grayscale: #646464. Windows color (decimal): -10327971 or 6121570. OLE color: 6121570.

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

Color convert

RGB9810493-
CMYK0.0600.110.59
HSL92.73º5.58%38.63%-
HSV(B)92.73º10.58%40.78%-
XYZ11.9613.2912.29-
YUV100.95123.51125.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.22%
GREEN value IS 104 (41.02% from 255) = 35.25%
BLUE value IS 93 (36.72% from 255) = 31.53%
R=33.22%
G=35.25%
B=31.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98104930.0600.110.5992.735.5838.63
Hex62685D60B3B5d627
Octal142150135601373135647
Binary110001011010001011101110010111110111011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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