Html Css Color HEX #62685A Willow Grove

📋 copy color: '#62685A'

red 98 ◦ green 104 ◦ blue 90

#62685A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Willow Grove #62685A

Tints of Willow Grove #62685A

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 value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#62685A (or 0x62685A) is known color: 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

RGB 98 104 90 -
CMYK 0.06 0 0.13 0.59
HSL 85.71º 0.07% 0.38% -
HSV(B) 85.71º 0.13% 0.41% -
XYZ 11.83 13.24 11.6 -
YUV 100.61 122.01 126.14 -
System Red Green Blue C M Y K H S L
Decimal 98 104 90 0.06 0 0.13 0.59 85.71 0.07 0.38
Hex 62 68 5A 6 0 D 3B 56 7 26
Octal 142 150 132 6 0 15 73 126 7 46
Binary 1100010 1101000 1011010 110 0 1101 111011 1010110 111 100110

Color Harmonies of #62685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62685A

Black with #62685A

Text Example


Text Example

White with #62685A

Text Example


Text Example

HTML Codes & Css Web 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>