#6B7260

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

Shades of Willow Grove #6B7260

Tints of Willow Grove #6B7260

Color information

#6B7260 (or 0x6B7260) is unknown color: approx Willow Grove. HEX triplet: 6B, 72 and 60. RGB value is (107,114,96). Sum of RGB (Red+Green+Blue) = 107+114+96=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7260 is #948D9F. Grayscale: #6D6D6D. Windows color (decimal): -9735584 or 6320747. OLE color: 6320747.

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

Color convert

RGB10711496-
CMYK0.0600.160.55
HSL83.33º8.57%41.18%-
HSV(B)83.33º15.79%44.71%-
XYZ14.191613.41-
YUV109.85120.18125.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.75%
GREEN value IS 114 (44.92% from 255) = 35.96%
BLUE value IS 96 (37.89% from 255) = 30.28%
R=33.75%
G=35.96%
B=30.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107114960.0600.160.5583.338.5741.18
Hex6B726060103753929
Octal1531621406020671231151
Binary11010111110010110000011001000011011110100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,114,96); }

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

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

 a { background-color: rgb(107,114,96); }

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

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

 span { border-color: rgb(107,114,96); }

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