#6A6749

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

Shades of Hemlock #6A6749

Tints of Hemlock #6A6749

Color information

#6A6749 (or 0x6A6749) is unknown color: approx Hemlock. HEX triplet: 6A, 67 and 49. RGB value is (106,103,73). Sum of RGB (Red+Green+Blue) = 106+103+73=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6749 is #9598B6. Grayscale: #646464. Windows color (decimal): -9803959 or 4810602. OLE color: 4810602.

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

Color convert

RGB10610373-
CMYK00.030.310.58
HSL54.55º18.44%35.1%-
HSV(B)54.55º31.13%41.57%-
XYZ1213.258.23-
YUV100.48112.49131.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.59%
GREEN value IS 103 (40.62% from 255) = 36.52%
BLUE value IS 73 (28.91% from 255) = 25.89%
R=37.59%
G=36.52%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061037300.030.310.5854.5518.4435.1
Hex6A6749031F3A371223
Octal152147111033772672243
Binary1101010110011110010010111111111101011011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,103,73); }

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

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

 a { background-color: rgb(106,103,73); }

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

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

 span { border-color: rgb(106,103,73); }

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