Html Css Color HEX #61685A Willow Grove

📋 copy color: '#61685A'

red 97 ◦ green 104 ◦ blue 90

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

Shades of Willow Grove #61685A

Tints of Willow Grove #61685A

RGB

 RED value IS 97 (38.28% from 255) = 33.33%

 GREEN value IS 104 (41.02% from 255) = 35.74%

 BLUE value IS 90 (35.55% from 255) = 30.93%

R = 33.33%
G = 35.74%
B = 30.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#61685A (or 0x61685A) is known color: Willow Grove. HEX triplet: 61, 68 and 5A. RGB value is (97,104,90). Sum of RGB (Red+Green+Blue) = 97+104+90=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 104 - color contains mainly: green. Hex color #61685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61685A is #9E97A5. Grayscale: #646464. Windows color (decimal): -10393510 or 5924961. OLE color: 5924961.

HSL color Cylindrical-coordinate representation of color #61685A: hue angle of 90º 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 #61685A is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 104 90 -
CMYK 0.07 0 0.13 0.59
HSL 90º 0.07% 0.38% -
HSV(B) 90º 0.13% 0.41% -
XYZ 11.73 13.18 11.6 -
YUV 100.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 97 104 90 0.07 0 0.13 0.59 90 0.07 0.38
Hex 61 68 5A 7 0 D 3B 5A 7 26
Octal 141 150 132 7 0 15 73 132 7 46
Binary 1100001 1101000 1011010 111 0 1101 111011 1011010 111 100110

Color Harmonies of #61685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61685A

Black with #61685A

Text Example


Text Example

White with #61685A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #61685A;
 }
 .AnyTagClassName
 {
   color: #61685A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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