#646354

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

Shades of Hemlock #646354

Tints of Hemlock #646354

Color information

#646354 (or 0x646354) is unknown color: approx Hemlock. HEX triplet: 64, 63 and 54. RGB value is (100,99,84). Sum of RGB (Red+Green+Blue) = 100+99+84=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 100 - color contains mainly: red. Hex color #646354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646354 is #9B9CAB. Grayscale: #616161. Windows color (decimal): -10198188 or 5530468. OLE color: 5530468.

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

Color convert

RGB1009984-
CMYK00.010.160.61
HSL56.25º8.7%36.08%-
HSV(B)56.25º16%39.22%-
XYZ11.3212.2710.16-
YUV97.59120.33129.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.34%
GREEN value IS 99 (39.06% from 255) = 34.98%
BLUE value IS 84 (33.20% from 255) = 29.68%
R=35.34%
G=34.98%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100998400.010.160.6156.258.736.08
Hex64635401103D38924
Octal144143124012075701144
Binary11001001100011101010001100001111011110001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646354; }

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

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

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

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

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

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

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

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