#6C7065

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

Shades of Willow Grove #6C7065

Tints of Willow Grove #6C7065

Color information

#6C7065 (or 0x6C7065) is unknown color: approx Willow Grove. HEX triplet: 6C, 70 and 65. RGB value is (108,112,101). Sum of RGB (Red+Green+Blue) = 108+112+101=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 112 - color contains mainly: green. Hex color #6C7065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7065 is #938F9A. Grayscale: #6D6D6D. Windows color (decimal): -9670555 or 6647916. OLE color: 6647916.

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

Color convert

RGB108112101-
CMYK0.0400.100.56
HSL81.82º5.16%41.76%-
HSV(B)81.82º9.82%43.92%-
XYZ14.3315.7214.59-
YUV109.55123.17126.89-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.64%
GREEN value IS 112 (44.14% from 255) = 34.89%
BLUE value IS 101 (39.84% from 255) = 31.46%
R=33.64%
G=34.89%
B=31.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1081121010.0400.100.5681.825.1641.76
Hex6C706540A385252a
Octal154160145401270122552
Binary110110011100001100101100010101110001010010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,112,101); }

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

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

 a { background-color: rgb(108,112,101); }

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

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

 span { border-color: rgb(108,112,101); }

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