#6A715F

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

Shades of Willow Grove #6A715F

Tints of Willow Grove #6A715F

Color information

#6A715F (or 0x6A715F) is unknown color: approx Willow Grove. HEX triplet: 6A, 71 and 5F. RGB value is (106,113,95). Sum of RGB (Red+Green+Blue) = 106+113+95=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 113 - color contains mainly: green. Hex color #6A715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A715F is #958EA0. Grayscale: #6C6C6C. Windows color (decimal): -9801377 or 6254954. OLE color: 6254954.

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

Color convert

RGB10611395-
CMYK0.0600.160.56
HSL83.33º8.65%40.78%-
HSV(B)83.33º15.93%44.31%-
XYZ13.9115.713.12-
YUV108.86120.18125.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.76%
GREEN value IS 113 (44.53% from 255) = 35.99%
BLUE value IS 95 (37.5% from 255) = 30.25%
R=33.76%
G=35.99%
B=30.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106113950.0600.160.5683.338.6540.78
Hex6A715F60103853929
Octal1521611376020701231151
Binary11010101110001101111111001000011100010100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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