#6A6840

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

Shades of Hemlock #6A6840

Tints of Hemlock #6A6840

Color information

#6A6840 (or 0x6A6840) is unknown color: approx Hemlock. HEX triplet: 6A, 68 and 40. RGB value is (106,104,64). Sum of RGB (Red+Green+Blue) = 106+104+64=274 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.69% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6840 is #9597BF. Grayscale: #646464. Windows color (decimal): -9803712 or 4221034. OLE color: 4221034.

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

Color convert

RGB10610464-
CMYK00.020.400.58
HSL57.14º24.71%33.33%-
HSV(B)57.14º39.62%41.57%-
XYZ11.8213.336.8-
YUV100.04107.66132.25-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.69%
GREEN value IS 104 (41.02% from 255) = 37.96%
BLUE value IS 64 (25.39% from 255) = 23.36%
R=38.69%
G=37.96%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061046400.020.400.5857.1424.7133.33
Hex6A684002283A391921
Octal152150100025072713141
Binary11010101101000100000001010100011101011100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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