#646349

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

Shades of Hemlock #646349

Tints of Hemlock #646349

Color information

#646349 (or 0x646349) is unknown color: approx Hemlock. HEX triplet: 64, 63 and 49. RGB value is (100,99,73). Sum of RGB (Red+Green+Blue) = 100+99+73=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 100 - color contains mainly: red. Hex color #646349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646349 is #9B9CB6. Grayscale: #606060. Windows color (decimal): -10198199 or 4809572. OLE color: 4809572.

HSL color Cylindrical-coordinate representation of color #646349: hue angle of 57.78º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #646349 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB1009973-
CMYK00.010.270.61
HSL57.78º15.61%33.92%-
HSV(B)57.78º27%39.22%-
XYZ10.9212.118.07-
YUV96.34114.83130.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.76%
GREEN value IS 99 (39.06% from 255) = 36.40%
BLUE value IS 73 (28.91% from 255) = 26.84%
R=36.76%
G=36.40%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100997300.010.270.6157.7815.6133.92
Hex646349011B3D3a1022
Octal144143111013375722042
Binary110010011000111001001011101111110111101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646349; }

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

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

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

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

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

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

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

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