#6A684F

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

Shades of Hemlock #6A684F

Tints of Hemlock #6A684F

Color information

#6A684F (or 0x6A684F) is unknown color: approx Hemlock. HEX triplet: 6A, 68 and 4F. RGB value is (106,104,79). Sum of RGB (Red+Green+Blue) = 106+104+79=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 106 - color contains mainly: red. Hex color #6A684F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A684F is #9597B0. Grayscale: #656565. Windows color (decimal): -9803697 or 5204074. OLE color: 5204074.

HSL color Cylindrical-coordinate representation of color #6A684F: hue angle of 55.56º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A684F is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB10610479-
CMYK00.020.250.58
HSL55.56º14.59%36.27%-
HSV(B)55.56º25.47%41.57%-
XYZ12.3113.539.36-
YUV101.75115.16131.03-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.68%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 79 (31.25% from 255) = 27.34%
R=36.68%
G=35.99%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061047900.020.250.5855.5614.5936.27
Hex6A684F02193A38f24
Octal152150117023172701744
Binary110101011010001001111010110011110101110001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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