#6B7456

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

Shades of Willow Grove #6B7456

Tints of Willow Grove #6B7456

Color information

#6B7456 (or 0x6B7456) is unknown color: approx Willow Grove. HEX triplet: 6B, 74 and 56. RGB value is (107,116,86). Sum of RGB (Red+Green+Blue) = 107+116+86=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 116 - color contains mainly: green. Hex color #6B7456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7456 is #948BA9. Grayscale: #6E6E6E. Windows color (decimal): -9735082 or 5665899. OLE color: 5665899.

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

Color convert

RGB10711686-
CMYK0.0800.260.55
HSL78º14.85%39.61%-
HSV(B)78º25.86%45.49%-
XYZ13.9916.2911.21-
YUV109.89114.52125.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.63%
GREEN value IS 116 (45.70% from 255) = 37.54%
BLUE value IS 86 (33.98% from 255) = 27.83%
R=34.63%
G=37.54%
B=27.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107116860.0800.260.557814.8539.61
Hex6B7456801A374ef28
Octal15316412610032671161750
Binary110101111101001010110100001101011011110011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,116,86); }

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

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

 a { background-color: rgb(107,116,86); }

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

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

 span { border-color: rgb(107,116,86); }

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