#62695C

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

Shades of Willow Grove #62695C

Tints of Willow Grove #62695C

Color information

#62695C (or 0x62695C) is unknown color: approx Willow Grove. HEX triplet: 62, 69 and 5C. RGB value is (98,105,92). Sum of RGB (Red+Green+Blue) = 98+105+92=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 105 - color contains mainly: green. Hex color #62695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62695C is #9D96A3. Grayscale: #656565. Windows color (decimal): -10327716 or 6056290. OLE color: 6056290.

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

Color convert

RGB9810592-
CMYK0.0700.120.59
HSL92.31º6.6%38.63%-
HSV(B)92.31º12.38%41.18%-
XYZ12.0213.4712.09-
YUV101.42122.68125.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.22%
GREEN value IS 105 (41.41% from 255) = 35.59%
BLUE value IS 92 (36.33% from 255) = 31.19%
R=33.22%
G=35.59%
B=31.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98105920.0700.120.5992.316.638.63
Hex62695C70C3B5c727
Octal142151134701473134747
Binary110001011010011011100111011001110111011100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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