Html Css Color HEX #647450 Willow Grove

📋 copy color: '#647450'

red 100 ◦ green 116 ◦ blue 80

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

Shades of Willow Grove #647450

Tints of Willow Grove #647450

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.19%

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

R = 33.78%
G = 39.19%
B = 27.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#647450 (or 0x647450) is known color: Willow Grove. HEX triplet: 64, 74 and 50. RGB value is (100,116,80). Sum of RGB (Red+Green+Blue) = 100+116+80=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 116 - color contains mainly: green. Hex color #647450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647450 is #9B8BAF. Grayscale: #6B6B6B. Windows color (decimal): -10193840 or 5272676. OLE color: 5272676.

HSL color Cylindrical-coordinate representation of color #647450: hue angle of 86.67º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #647450 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 116 80 -
CMYK 0.14 0 0.31 0.55
HSL 86.67º 0.18% 0.38% -
HSV(B) 86.67º 0.31% 0.45% -
XYZ 12.95 15.78 9.95 -
YUV 107.11 112.7 122.93 -
System Red Green Blue C M Y K H S L
Decimal 100 116 80 0.14 0 0.31 0.55 86.67 0.18 0.38
Hex 64 74 50 E 0 1F 37 57 12 26
Octal 144 164 120 16 0 37 67 127 22 46
Binary 1100100 1110100 1010000 1110 0 11111 110111 1010111 10010 100110

Color Harmonies of #647450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647450

Black with #647450

Text Example


Text Example

White with #647450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647450; }

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

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

background-color css

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

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

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

border-color css

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

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

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