#6A7161

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

Shades of Willow Grove #6A7161

Tints of Willow Grove #6A7161

Color information

#6A7161 (or 0x6A7161) is unknown color: approx Willow Grove. HEX triplet: 6A, 71 and 61. RGB value is (106,113,97). Sum of RGB (Red+Green+Blue) = 106+113+97=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 113 - color contains mainly: green. Hex color #6A7161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7161 is #958E9E. Grayscale: #6D6D6D. Windows color (decimal): -9801375 or 6386026. OLE color: 6386026.

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

Color convert

RGB10611397-
CMYK0.0600.140.56
HSL86.25º7.62%41.18%-
HSV(B)86.25º14.16%44.31%-
XYZ14.0115.7413.61-
YUV109.08121.18125.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.54%
GREEN value IS 113 (44.53% from 255) = 35.76%
BLUE value IS 97 (38.28% from 255) = 30.70%
R=33.54%
G=35.76%
B=30.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106113970.0600.140.5686.257.6241.18
Hex6A716160E3856829
Octal1521611416016701261051
Binary1101010111000111000011100111011100010101101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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