#646249

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

Shades of Hemlock #646249

Tints of Hemlock #646249

Color information

#646249 (or 0x646249) is unknown color: approx Hemlock. HEX triplet: 64, 62 and 49. RGB value is (100,98,73). Sum of RGB (Red+Green+Blue) = 100+98+73=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 100 - color contains mainly: red. Hex color #646249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646249 is #9B9DB6. Grayscale: #5F5F5F. Windows color (decimal): -10198455 or 4809316. OLE color: 4809316.

HSL color Cylindrical-coordinate representation of color #646249: hue angle of 55.56º 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 #646249 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB1009873-
CMYK00.020.270.61
HSL55.56º15.61%33.92%-
HSV(B)55.56º27%39.22%-
XYZ10.8311.938.03-
YUV95.75115.16131.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.90%
GREEN value IS 98 (38.67% from 255) = 36.16%
BLUE value IS 73 (28.91% from 255) = 26.94%
R=36.90%
G=36.16%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100987300.020.270.6155.5615.6133.92
Hex646249021B3D381022
Octal144142111023375702042
Binary1100100110001010010010101101111110111100010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646249; }

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

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

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

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

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

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

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

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