#646346

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

Shades of Hemlock #646346

Tints of Hemlock #646346

Color information

#646346 (or 0x646346) is unknown color: approx Hemlock. HEX triplet: 64, 63 and 46. RGB value is (100,99,70). Sum of RGB (Red+Green+Blue) = 100+99+70=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 100 - color contains mainly: red. Hex color #646346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646346 is #9B9CB9. Grayscale: #606060. Windows color (decimal): -10198202 or 4612964. OLE color: 4612964.

HSL color Cylindrical-coordinate representation of color #646346: hue angle of 58º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #646346 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB1009970-
CMYK00.010.300.61
HSL58º17.65%33.33%-
HSV(B)58º30%39.22%-
XYZ10.8212.087.55-
YUV95.99113.33130.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.17%
GREEN value IS 99 (39.06% from 255) = 36.80%
BLUE value IS 70 (27.73% from 255) = 26.02%
R=37.17%
G=36.80%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100997000.010.300.615817.6533.33
Hex646346011E3D3a1221
Octal144143106013675722241
Binary110010011000111000110011111011110111101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646346; }

 p { color: rgb(100,99,70); }

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

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

 a { background-color: rgb(100,99,70); }

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

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

 span { border-color: rgb(100,99,70); }

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