Html Css Color HEX #647252 Willow Grove

📋 copy color: '#647252'

red 100 ◦ green 114 ◦ blue 82

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

Shades of Willow Grove #647252

Tints of Willow Grove #647252

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.51%

 BLUE value IS 82 (32.42% from 255) = 27.7%

R = 33.78%
G = 38.51%
B = 27.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#647252 (or 0x647252) is known color: Willow Grove. HEX triplet: 64, 72 and 52. RGB value is (100,114,82). Sum of RGB (Red+Green+Blue) = 100+114+82=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 114 - color contains mainly: green. Hex color #647252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647252 is #9B8DAD. Grayscale: #6A6A6A. Windows color (decimal): -10194350 or 5403236. OLE color: 5403236.

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

Color convert

RGB 100 114 82 -
CMYK 0.12 0 0.28 0.55
HSL 86.25º 0.16% 0.38% -
HSV(B) 86.25º 0.28% 0.45% -
XYZ 12.8 15.35 10.27 -
YUV 106.17 114.36 123.6 -
System Red Green Blue C M Y K H S L
Decimal 100 114 82 0.12 0 0.28 0.55 86.25 0.16 0.38
Hex 64 72 52 C 0 1C 37 56 10 26
Octal 144 162 122 14 0 34 67 126 20 46
Binary 1100100 1110010 1010010 1100 0 11100 110111 1010110 10000 100110

Color Harmonies of #647252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647252

Black with #647252

Text Example


Text Example

White with #647252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647252; }

 p { color: rgb(100,114,82); }

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

background-color css

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

 a { background-color: rgb(100,114,82); }

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

border-color css

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

 span { border-color: rgb(100,114,82); }

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