#6B7261

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

Shades of Willow Grove #6B7261

Tints of Willow Grove #6B7261

Color information

#6B7261 (or 0x6B7261) is unknown color: approx Willow Grove. HEX triplet: 6B, 72 and 61. RGB value is (107,114,97). Sum of RGB (Red+Green+Blue) = 107+114+97=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7261 is #948D9E. Grayscale: #6E6E6E. Windows color (decimal): -9735583 or 6386283. OLE color: 6386283.

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

Color convert

RGB10711497-
CMYK0.0600.150.55
HSL84.71º8.06%41.37%-
HSV(B)84.71º14.91%44.71%-
XYZ14.2416.0213.65-
YUV109.97120.68125.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.65%
GREEN value IS 114 (44.92% from 255) = 35.85%
BLUE value IS 97 (38.28% from 255) = 30.50%
R=33.65%
G=35.85%
B=30.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107114970.0600.150.5584.718.0641.37
Hex6B726160F3755829
Octal1531621416017671251051
Binary1101011111001011000011100111111011110101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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