#6A684A

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

Shades of Hemlock #6A684A

Tints of Hemlock #6A684A

Color information

#6A684A (or 0x6A684A) is unknown color: approx Hemlock. HEX triplet: 6A, 68 and 4A. RGB value is (106,104,74). Sum of RGB (Red+Green+Blue) = 106+104+74=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 106 - color contains mainly: red. Hex color #6A684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A684A is #9597B5. Grayscale: #656565. Windows color (decimal): -9803702 or 4876394. OLE color: 4876394.

HSL color Cylindrical-coordinate representation of color #6A684A: hue angle of 56.25º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A684A is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB10610474-
CMYK00.020.300.58
HSL56.25º17.78%35.29%-
HSV(B)56.25º30.19%41.57%-
XYZ12.1313.468.44-
YUV101.18112.66131.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.32%
GREEN value IS 104 (41.02% from 255) = 36.62%
BLUE value IS 74 (29.30% from 255) = 26.06%
R=37.32%
G=36.62%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061047400.020.300.5856.2517.7835.29
Hex6A684A021E3A381223
Octal152150112023672702243
Binary1101010110100010010100101111011101011100010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,104,74); }

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

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

 a { background-color: rgb(106,104,74); }

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

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

 span { border-color: rgb(106,104,74); }

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