#6A715B

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

Shades of Willow Grove #6A715B

Tints of Willow Grove #6A715B

Color information

#6A715B (or 0x6A715B) is unknown color: approx Willow Grove. HEX triplet: 6A, 71 and 5B. RGB value is (106,113,91). Sum of RGB (Red+Green+Blue) = 106+113+91=310 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.19% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 113 - color contains mainly: green. Hex color #6A715B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A715B is #958EA4. Grayscale: #6C6C6C. Windows color (decimal): -9801381 or 5992810. OLE color: 5992810.

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

Color convert

RGB10611391-
CMYK0.0600.190.56
HSL79.09º10.78%40%-
HSV(B)79.09º19.47%44.31%-
XYZ13.7415.6312.19-
YUV108.4118.18126.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.19%
GREEN value IS 113 (44.53% from 255) = 36.45%
BLUE value IS 91 (35.94% from 255) = 29.35%
R=34.19%
G=36.45%
B=29.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106113910.0600.190.5679.0910.7840
Hex6A715B6013384fb28
Octal1521611336023701171350
Binary11010101110001101101111001001111100010011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,113,91); }

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

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

 a { background-color: rgb(106,113,91); }

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

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

 span { border-color: rgb(106,113,91); }

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