Html Css Color HEX #6A7264 Willow Grove

📋 copy color: '#6A7264'

red 106 ◦ green 114 ◦ blue 100

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

Shades of Willow Grove #6A7264

Tints of Willow Grove #6A7264

RGB

 RED value IS 106 (41.8% from 255) = 33.13%

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

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

R = 33.13%
G = 35.63%
B = 31.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#6A7264 (or 0x6A7264) is known color: Willow Grove. HEX triplet: 6A, 72 and 64. RGB value is (106,114,100). Sum of RGB (Red+Green+Blue) = 106+114+100=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 114 - color contains mainly: green. Hex color #6A7264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7264 is #958D9B. Grayscale: #6E6E6E. Windows color (decimal): -9801116 or 6582890. OLE color: 6582890.

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

Color convert

RGB 106 114 100 -
CMYK 0.07 0 0.12 0.55
HSL 94.29º 0.07% 0.42% -
HSV(B) 94.29º 0.12% 0.45% -
XYZ 14.26 16.02 14.4 -
YUV 110.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 106 114 100 0.07 0 0.12 0.55 94.29 0.07 0.42
Hex 6A 72 64 7 0 C 37 5E 7 2A
Octal 152 162 144 7 0 14 67 136 7 52
Binary 1101010 1110010 1100100 111 0 1100 110111 1011110 111 101010

Color Harmonies of #6A7264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7264

Black with #6A7264

Text Example


Text Example

White with #6A7264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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