#6A7364

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

Shades of Willow Grove #6A7364

Tints of Willow Grove #6A7364

Color information

#6A7364 (or 0x6A7364) is unknown color: approx Willow Grove. HEX triplet: 6A, 73 and 64. RGB value is (106,115,100). Sum of RGB (Red+Green+Blue) = 106+115+100=321 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.02% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 115 - color contains mainly: green. Hex color #6A7364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7364 is #958C9B. Grayscale: #6E6E6E. Windows color (decimal): -9800860 or 6583146. OLE color: 6583146.

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

Color convert

RGB106115100-
CMYK0.0800.130.55
HSL96º6.98%42.16%-
HSV(B)96º13.04%45.1%-
XYZ14.3716.2514.43-
YUV110.6122.02124.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.02%
GREEN value IS 115 (45.31% from 255) = 35.83%
BLUE value IS 100 (39.45% from 255) = 31.15%
R=33.02%
G=35.83%
B=31.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1061151000.0800.130.55966.9842.16
Hex6A736480D376072a
Octal1521631441001567140752
Binary1101010111001111001001000011011101111100000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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