#6A7164

Color #6A7164 Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #6A7164

Tints of Willow Grove #6A7164

Color information

#6A7164 (or 0x6A7164) is unknown color: approx Willow Grove. HEX triplet: 6A, 71 and 64. RGB value is (106,113,100). Sum of RGB (Red+Green+Blue) = 106+113+100=319 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.23% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 113 - color contains mainly: green. Hex color #6A7164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7164 is #958E9B. Grayscale: #6D6D6D. Windows color (decimal): -9801372 or 6582634. OLE color: 6582634.

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

Color convert

RGB106113100-
CMYK0.0600.120.56
HSL92.31º6.1%41.76%-
HSV(B)92.31º11.5%44.31%-
XYZ14.1515.7914.36-
YUV109.43122.68125.56-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.23%
GREEN value IS 113 (44.53% from 255) = 35.42%
BLUE value IS 100 (39.45% from 255) = 31.35%
R=33.23%
G=35.42%
B=31.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1061131000.0600.120.5692.316.141.76
Hex6A716460C385c62a
Octal152161144601470134652
Binary110101011100011100100110011001110001011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6A7164;
 }
 .AnyTagClassName
 {
   color: #6A7164;
 }
</style>
background-color css

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

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

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

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

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

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