#6B725C

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

Shades of Willow Grove #6B725C

Tints of Willow Grove #6B725C

Color information

#6B725C (or 0x6B725C) is unknown color: approx Willow Grove. HEX triplet: 6B, 72 and 5C. RGB value is (107,114,92). Sum of RGB (Red+Green+Blue) = 107+114+92=313 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.19% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 114 - color contains mainly: green. Hex color #6B725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B725C is #948DA3. Grayscale: #6D6D6D. Windows color (decimal): -9735588 or 6058603. OLE color: 6058603.

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

Color convert

RGB10711492-
CMYK0.0600.190.55
HSL79.09º10.68%40.39%-
HSV(B)79.09º19.3%44.71%-
XYZ14.0115.9312.46-
YUV109.4118.18126.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.19%
GREEN value IS 114 (44.92% from 255) = 36.42%
BLUE value IS 92 (36.33% from 255) = 29.39%
R=34.19%
G=36.42%
B=29.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107114920.0600.190.5579.0910.6840.39
Hex6B725C6013374fb28
Octal1531621346023671171350
Binary11010111110010101110011001001111011110011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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