Html Css Color HEX #61685C Willow Grove

📋 copy color: '#61685C'

red 97 ◦ green 104 ◦ blue 92

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

Shades of Willow Grove #61685C

Tints of Willow Grove #61685C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.4%

R = 33.11%
G = 35.49%
B = 31.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#61685C (or 0x61685C) is known color: Willow Grove. HEX triplet: 61, 68 and 5C. RGB value is (97,104,92). Sum of RGB (Red+Green+Blue) = 97+104+92=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 104 - color contains mainly: green. Hex color #61685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61685C is #9E97A3. Grayscale: #646464. Windows color (decimal): -10393508 or 6056033. OLE color: 6056033.

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

Color convert

RGB 97 104 92 -
CMYK 0.07 0 0.12 0.59
HSL 95º 0.06% 0.38% -
HSV(B) 95º 0.12% 0.41% -
XYZ 11.81 13.21 12.05 -
YUV 100.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 97 104 92 0.07 0 0.12 0.59 95 0.06 0.38
Hex 61 68 5C 7 0 C 3B 5F 6 26
Octal 141 150 134 7 0 14 73 137 6 46
Binary 1100001 1101000 1011100 111 0 1100 111011 1011111 110 100110

Color Harmonies of #61685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61685C

Black with #61685C

Text Example


Text Example

White with #61685C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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