Html Css Color HEX #6E7C64 Willow Grove

📋 copy color: '#6E7C64'

red 110 ◦ green 124 ◦ blue 100

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

Shades of Willow Grove #6E7C64

Tints of Willow Grove #6E7C64

RGB

 RED value IS 110 (43.36% from 255) = 32.93%

 GREEN value IS 124 (48.83% from 255) = 37.13%

 BLUE value IS 100 (39.45% from 255) = 29.94%

R = 32.93%
G = 37.13%
B = 29.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#6E7C64 (or 0x6E7C64) is known color: Willow Grove. HEX triplet: 6E, 7C and 64. RGB value is (110,124,100). Sum of RGB (Red+Green+Blue) = 110+124+100=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 124 - color contains mainly: green. Hex color #6E7C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7C64 is #91839B. Grayscale: #757575. Windows color (decimal): -9536412 or 6585454. OLE color: 6585454.

HSL color Cylindrical-coordinate representation of color #6E7C64: hue angle of 95º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6E7C64 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB 110 124 100 -
CMYK 0.11 0 0.19 0.51
HSL 95º 0.11% 0.44% -
HSV(B) 95º 0.19% 0.49% -
XYZ 15.94 18.65 14.82 -
YUV 117.08 118.36 122.95 -
System Red Green Blue C M Y K H S L
Decimal 110 124 100 0.11 0 0.19 0.51 95 0.11 0.44
Hex 6E 7C 64 B 0 13 33 5F B 2C
Octal 156 174 144 13 0 23 63 137 13 54
Binary 1101110 1111100 1100100 1011 0 10011 110011 1011111 1011 101100

Color Harmonies of #6E7C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7C64

Black with #6E7C64

Text Example


Text Example

White with #6E7C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E7C64; }

 p { color: rgb(110,124,100); }

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

background-color css

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

 a { background-color: rgb(110,124,100); }

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

border-color css

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

 span { border-color: rgb(110,124,100); }

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