#6A715D

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

Shades of Willow Grove #6A715D

Tints of Willow Grove #6A715D

Color information

#6A715D (or 0x6A715D) is unknown color: approx Willow Grove. HEX triplet: 6A, 71 and 5D. RGB value is (106,113,93). Sum of RGB (Red+Green+Blue) = 106+113+93=312 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.97% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 113 - color contains mainly: green. Hex color #6A715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A715D is #958EA2. Grayscale: #6C6C6C. Windows color (decimal): -9801379 or 6123882. OLE color: 6123882.

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

Color convert

RGB10611393-
CMYK0.0600.180.56
HSL81º9.71%40.39%-
HSV(B)81º17.7%44.31%-
XYZ13.8215.6612.65-
YUV108.63119.18126.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.97%
GREEN value IS 113 (44.53% from 255) = 36.22%
BLUE value IS 93 (36.72% from 255) = 29.81%
R=33.97%
G=36.22%
B=29.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106113930.0600.180.56819.7140.39
Hex6A715D60123851a28
Octal1521611356022701211250
Binary11010101110001101110111001001011100010100011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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