Html Css Color HEX #61685B Willow Grove

📋 copy color: '#61685B'

red 97 ◦ green 104 ◦ blue 91

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

Shades of Willow Grove #61685B

Tints of Willow Grove #61685B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.16%

R = 33.22%
G = 35.62%
B = 31.16%

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

#61685B (or 0x61685B) is known color: Willow Grove. HEX triplet: 61, 68 and 5B. RGB value is (97,104,91). Sum of RGB (Red+Green+Blue) = 97+104+91=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 104 - color contains mainly: green. Hex color #61685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61685B is #9E97A4. Grayscale: #646464. Windows color (decimal): -10393509 or 5990497. OLE color: 5990497.

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

Color convert

RGB 97 104 91 -
CMYK 0.07 0 0.12 0.59
HSL 92.31º 0.07% 0.38% -
HSV(B) 92.31º 0.13% 0.41% -
XYZ 11.77 13.2 11.82 -
YUV 100.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 97 104 91 0.07 0 0.12 0.59 92.31 0.07 0.38
Hex 61 68 5B 7 0 C 3B 5C 7 26
Octal 141 150 133 7 0 14 73 134 7 46
Binary 1100001 1101000 1011011 111 0 1100 111011 1011100 111 100110

Color Harmonies of #61685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61685B

Black with #61685B

Text Example


Text Example

White with #61685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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