#6B7265

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

Shades of Willow Grove #6B7265

Tints of Willow Grove #6B7265

Color information

#6B7265 (or 0x6B7265) is unknown color: approx Willow Grove. HEX triplet: 6B, 72 and 65. RGB value is (107,114,101). Sum of RGB (Red+Green+Blue) = 107+114+101=322 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.23% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7265 is #948D9A. Grayscale: #6E6E6E. Windows color (decimal): -9735579 or 6648427. OLE color: 6648427.

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

Color convert

RGB107114101-
CMYK0.0600.110.55
HSL92.31º6.05%42.16%-
HSV(B)92.31º11.4%44.71%-
XYZ14.4316.114.66-
YUV110.42122.68125.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.23%
GREEN value IS 114 (44.92% from 255) = 35.40%
BLUE value IS 101 (39.84% from 255) = 31.37%
R=33.23%
G=35.40%
B=31.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1071141010.0600.110.5592.316.0542.16
Hex6B726560B375c62a
Octal153162145601367134652
Binary110101111100101100101110010111101111011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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