#62685A

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

Shades of Willow Grove #62685A

Tints of Willow Grove #62685A

Color information

#62685A (or 0x62685A) is unknown color: approx Willow Grove. HEX triplet: 62, 68 and 5A. RGB value is (98,104,90). Sum of RGB (Red+Green+Blue) = 98+104+90=292 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.56% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 104 - color contains mainly: green. Hex color #62685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62685A is #9D97A5. Grayscale: #646464. Windows color (decimal): -10327974 or 5924962. OLE color: 5924962.

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

Color convert

RGB9810490-
CMYK0.0600.130.59
HSL85.71º7.22%38.04%-
HSV(B)85.71º13.46%40.78%-
XYZ11.8313.2411.6-
YUV100.61122.01126.14-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.56%
GREEN value IS 104 (41.02% from 255) = 35.62%
BLUE value IS 90 (35.55% from 255) = 30.82%
R=33.56%
G=35.62%
B=30.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98104900.0600.130.5985.717.2238.04
Hex62685A60D3B56726
Octal142150132601573126746
Binary110001011010001011010110011011110111010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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