#6C725E

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

Shades of Willow Grove #6C725E

Tints of Willow Grove #6C725E

Color information

#6C725E (or 0x6C725E) is unknown color: approx Willow Grove. HEX triplet: 6C, 72 and 5E. RGB value is (108,114,94). Sum of RGB (Red+Green+Blue) = 108+114+94=316 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.18% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 114 - color contains mainly: green. Hex color #6C725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C725E is #938DA1. Grayscale: #6E6E6E. Windows color (decimal): -9670050 or 6189676. OLE color: 6189676.

HSL color Cylindrical-coordinate representation of color #6C725E: hue angle of 78º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6C725E is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB10811494-
CMYK0.0500.180.55
HSL78º9.62%40.78%-
HSV(B)78º17.54%44.71%-
XYZ14.2216.0312.93-
YUV109.93119.01126.63-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.18%
GREEN value IS 114 (44.92% from 255) = 36.08%
BLUE value IS 94 (37.11% from 255) = 29.75%
R=34.18%
G=36.08%
B=29.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108114940.0500.180.55789.6240.78
Hex6C725E5012374ea29
Octal1541621365022671161251
Binary11011001110010101111010101001011011110011101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,114,94); }

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

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

 a { background-color: rgb(108,114,94); }

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

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

 span { border-color: rgb(108,114,94); }

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