Html Css Color HEX #61665C Willow Grove

📋 copy color: '#61665C'

red 97 ◦ green 102 ◦ blue 92

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

Shades of Willow Grove #61665C

Tints of Willow Grove #61665C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.05%

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

R = 33.33%
G = 35.05%
B = 31.62%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#61665C (or 0x61665C) is known color: Willow Grove. HEX triplet: 61, 66 and 5C. RGB value is (97,102,92). Sum of RGB (Red+Green+Blue) = 97+102+92=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 102 - color contains mainly: green. Hex color #61665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61665C is #9E99A3. Grayscale: #636363. Windows color (decimal): -10394020 or 6055521. OLE color: 6055521.

HSL color Cylindrical-coordinate representation of color #61665C: hue angle of 90º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #61665C is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB 97 102 92 -
CMYK 0.05 0 0.10 0.6
HSL 90º 0.05% 0.38% -
HSV(B) 90º 0.1% 0.4% -
XYZ 11.61 12.82 11.99 -
YUV 99.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 97 102 92 0.05 0 0.10 0.6 90 0.05 0.38
Hex 61 66 5C 5 0 A 3C 5A 5 26
Octal 141 146 134 5 0 12 74 132 5 46
Binary 1100001 1100110 1011100 101 0 1010 111100 1011010 101 100110

Color Harmonies of #61665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61665C

Black with #61665C

Text Example


Text Example

White with #61665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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