#62685B

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

Shades of Willow Grove #62685B

Tints of Willow Grove #62685B

Color information

#62685B (or 0x62685B) is unknown color: approx Willow Grove. HEX triplet: 62, 68 and 5B. RGB value is (98,104,91). Sum of RGB (Red+Green+Blue) = 98+104+91=293 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.45% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 104 - color contains mainly: green. Hex color #62685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62685B is #9D97A4. Grayscale: #646464. Windows color (decimal): -10327973 or 5990498. OLE color: 5990498.

HSL color Cylindrical-coordinate representation of color #62685B: hue angle of 87.69º degrees, saturation: 0.07, 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 #62685B is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB9810491-
CMYK0.0600.120.59
HSL87.69º6.67%38.24%-
HSV(B)87.69º12.5%40.78%-
XYZ11.8813.2511.83-
YUV100.72122.51126.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.45%
GREEN value IS 104 (41.02% from 255) = 35.49%
BLUE value IS 91 (35.94% from 255) = 31.06%
R=33.45%
G=35.49%
B=31.06%

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
Decimal98104910.0600.120.5987.696.6738.24
Hex62685B60C3B58726
Octal142150133601473130746
Binary110001011010001011011110011001110111011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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