Html Css Color HEX #647050 Willow Grove

📋 copy color: '#647050'

red 100 ◦ green 112 ◦ blue 80

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

Shades of Willow Grove #647050

Tints of Willow Grove #647050

RGB

 RED value IS 100 (39.45% from 255) = 34.25%

 GREEN value IS 112 (44.14% from 255) = 38.36%

 BLUE value IS 80 (31.64% from 255) = 27.4%

R = 34.25%
G = 38.36%
B = 27.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#647050 (or 0x647050) is known color: Willow Grove. HEX triplet: 64, 70 and 50. RGB value is (100,112,80). Sum of RGB (Red+Green+Blue) = 100+112+80=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 112 - color contains mainly: green. Hex color #647050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647050 is #9B8FAF. Grayscale: #686868. Windows color (decimal): -10194864 or 5271652. OLE color: 5271652.

HSL color Cylindrical-coordinate representation of color #647050: hue angle of 82.5º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #647050 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 112 80 -
CMYK 0.11 0 0.29 0.56
HSL 82.5º 0.17% 0.38% -
HSV(B) 82.5º 0.29% 0.44% -
XYZ 12.5 14.88 9.8 -
YUV 104.76 114.02 124.6 -
System Red Green Blue C M Y K H S L
Decimal 100 112 80 0.11 0 0.29 0.56 82.5 0.17 0.38
Hex 64 70 50 B 0 1D 38 52 11 26
Octal 144 160 120 13 0 35 70 122 21 46
Binary 1100100 1110000 1010000 1011 0 11101 111000 1010010 10001 100110

Color Harmonies of #647050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647050

Black with #647050

Text Example


Text Example

White with #647050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647050; }

 p { color: rgb(100,112,80); }

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

background-color css

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

 a { background-color: rgb(100,112,80); }

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

border-color css

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

 span { border-color: rgb(100,112,80); }

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