#6C775B

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

Shades of Willow Grove #6C775B

Tints of Willow Grove #6C775B

Color information

#6C775B (or 0x6C775B) is unknown color: approx Willow Grove. HEX triplet: 6C, 77 and 5B. RGB value is (108,119,91). Sum of RGB (Red+Green+Blue) = 108+119+91=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 119 - color contains mainly: green. Hex color #6C775B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C775B is #9388A4. Grayscale: #707070. Windows color (decimal): -9668773 or 5994348. OLE color: 5994348.

HSL color Cylindrical-coordinate representation of color #6C775B: hue angle of 83.57º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C775B is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB10811991-
CMYK0.0900.240.53
HSL83.57º13.33%41.18%-
HSV(B)83.57º23.53%46.67%-
XYZ14.6717.1412.43-
YUV112.52115.86124.78-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.96%
GREEN value IS 119 (46.88% from 255) = 37.42%
BLUE value IS 91 (35.94% from 255) = 28.62%
R=33.96%
G=37.42%
B=28.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108119910.0900.240.5383.5713.3341.18
Hex6C775B90183554d29
Octal15416713311030651241551
Binary110110011101111011011100101100011010110101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,119,91); }

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

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

 a { background-color: rgb(108,119,91); }

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

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

 span { border-color: rgb(108,119,91); }

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