#6A735A

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

Shades of Willow Grove #6A735A

Tints of Willow Grove #6A735A

Color information

#6A735A (or 0x6A735A) is unknown color: approx Willow Grove. HEX triplet: 6A, 73 and 5A. RGB value is (106,115,90). Sum of RGB (Red+Green+Blue) = 106+115+90=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 115 - color contains mainly: green. Hex color #6A735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A735A is #958CA5. Grayscale: #6D6D6D. Windows color (decimal): -9800870 or 5927786. OLE color: 5927786.

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

Color convert

RGB10611590-
CMYK0.0800.220.55
HSL81.6º12.2%40.2%-
HSV(B)81.6º21.74%45.1%-
XYZ13.9216.0612.04-
YUV109.46117.02125.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.08%
GREEN value IS 115 (45.31% from 255) = 36.98%
BLUE value IS 90 (35.55% from 255) = 28.94%
R=34.08%
G=36.98%
B=28.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106115900.0800.220.5581.612.240.2
Hex6A735A80163752c28
Octal15216313210026671221450
Binary110101011100111011010100001011011011110100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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