#6C755F

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

Shades of Willow Grove #6C755F

Tints of Willow Grove #6C755F

Color information

#6C755F (or 0x6C755F) is unknown color: approx Willow Grove. HEX triplet: 6C, 75 and 5F. RGB value is (108,117,95). Sum of RGB (Red+Green+Blue) = 108+117+95=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 117 - color contains mainly: green. Hex color #6C755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C755F is #938AA0. Grayscale: #6F6F6F. Windows color (decimal): -9669281 or 6255980. OLE color: 6255980.

HSL color Cylindrical-coordinate representation of color #6C755F: hue angle of 84.55º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C755F is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB10811795-
CMYK0.0800.190.54
HSL84.55º10.38%41.57%-
HSV(B)84.55º18.8%45.88%-
XYZ14.6116.7413.29-
YUV111.8118.52125.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.75%
GREEN value IS 117 (46.09% from 255) = 36.56%
BLUE value IS 95 (37.5% from 255) = 29.69%
R=33.75%
G=36.56%
B=29.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal108117950.0800.190.5484.5510.3841.57
Hex6C755F80133655a2a
Octal15416513710023661251252
Binary110110011101011011111100001001111011010101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,117,95); }

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

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

 a { background-color: rgb(108,117,95); }

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

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

 span { border-color: rgb(108,117,95); }

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