#6A7362

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

Shades of Willow Grove #6A7362

Tints of Willow Grove #6A7362

Color information

#6A7362 (or 0x6A7362) is unknown color: approx Willow Grove. HEX triplet: 6A, 73 and 62. RGB value is (106,115,98). Sum of RGB (Red+Green+Blue) = 106+115+98=319 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.23% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 115 - color contains mainly: green. Hex color #6A7362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7362 is #958C9D. Grayscale: #6E6E6E. Windows color (decimal): -9800862 or 6452074. OLE color: 6452074.

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

Color convert

RGB10611598-
CMYK0.0800.150.55
HSL91.76º7.98%41.76%-
HSV(B)91.76º14.78%45.1%-
XYZ14.2816.2113.93-
YUV110.37121.02124.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.23%
GREEN value IS 115 (45.31% from 255) = 36.05%
BLUE value IS 98 (38.67% from 255) = 30.72%
R=33.23%
G=36.05%
B=30.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106115980.0800.150.5591.767.9841.76
Hex6A736280F375c82a
Octal15216314210017671341052
Binary11010101110011110001010000111111011110111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,115,98); }

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

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

 a { background-color: rgb(106,115,98); }

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

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

 span { border-color: rgb(106,115,98); }

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