#6B7264

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

Shades of Willow Grove #6B7264

Tints of Willow Grove #6B7264

Color information

#6B7264 (or 0x6B7264) is unknown color: approx Willow Grove. HEX triplet: 6B, 72 and 64. RGB value is (107,114,100). Sum of RGB (Red+Green+Blue) = 107+114+100=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7264 is #948D9B. Grayscale: #6E6E6E. Windows color (decimal): -9735580 or 6582891. OLE color: 6582891.

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

Color convert

RGB107114100-
CMYK0.0600.120.55
HSL90º6.54%41.96%-
HSV(B)90º12.28%44.71%-
XYZ14.3816.0814.4-
YUV110.31122.18125.64-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.33%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 100 (39.45% from 255) = 31.15%
R=33.33%
G=35.51%
B=31.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1071141000.0600.120.55906.5441.96
Hex6B726460C375a72a
Octal153162144601467132752
Binary110101111100101100100110011001101111011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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